#5D67E0

Color #5D67E0 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5D67E0

Tints of Royal Blue #5D67E0

Color information

#5D67E0 (or 0x5D67E0) is unknown color: approx Royal Blue. HEX triplet: 5D, 67 and E0. RGB value is (93,103,224). Sum of RGB (Red+Green+Blue) = 93+103+224=420 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.14% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #5D67E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D67E0 is #A2981F. Grayscale: #717171. Windows color (decimal): -10655776 or 14706525. OLE color: 14706525.

HSL color Cylindrical-coordinate representation of color #5D67E0: hue angle of 235.42º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D67E0 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB93103224-
CMYK0.580.5400.12
HSL235.42º67.88%62.16%-
HSV(B)235.42º58.48%87.84%-
XYZ22.8217.4172.68-
YUV113.8190.19113.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 22.14%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 224 (87.89% from 255) = 53.33%
R=22.14%
G=24.52%
B=53.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal931032240.580.5400.12235.4267.8862.16
Hex5D67E03A360Ceb443e
Octal135147340726601435310476
Binary101110111001111110000011101011011001100111010111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D67E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D67E0; }

 p { color: rgb(93,103,224); }

 H1.HeaderClassName
 {
   color: #5D67E0;
 }
 .AnyTagClassName
 {
   color: #5D67E0;
 }
</style>
background-color css

<style>
 a { background-color: #5D67E0; }

 a { background-color: rgb(93,103,224); }

 div.DivClassName
 {
   background-color: #5D67E0;
 }
 .BgClassName
 {
   background-color: #5D67E0;
 }
</style>
border-color css

<style>
 span { border-color: #5D67E0; }

 span { border-color: rgb(93,103,224); }

 td.TdClassName
 {
   border-color: #5D67E0;
 }
 .TagClassName
 {
   border-color: #5D67E0;
 }
</style>