#5D72DE

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

Shades of Royal Blue #5D72DE

Tints of Royal Blue #5D72DE

Color information

#5D72DE (or 0x5D72DE) is unknown color: approx Royal Blue. HEX triplet: 5D, 72 and DE. RGB value is (93,114,222). Sum of RGB (Red+Green+Blue) = 93+114+222=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D72DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D72DE is #A28D21. Grayscale: #777777. Windows color (decimal): -10652962 or 14578269. OLE color: 14578269.

HSL color Cylindrical-coordinate representation of color #5D72DE: hue angle of 230.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D72DE is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB93114222-
CMYK0.580.4900.13
HSL230.23º66.15%61.76%-
HSV(B)230.23º58.11%87.06%-
XYZ23.7219.6471.65-
YUV120.03185.54108.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.68%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 222 (87.11% from 255) = 51.75%
R=21.68%
G=26.57%
B=51.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal931142220.580.4900.13230.2366.1561.76
Hex5D72DE3A310De6423e
Octal135162336726101534610276
Binary101110111100101101111011101011000101101111001101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D72DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,114,222); }

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

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

 a { background-color: rgb(93,114,222); }

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

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

 span { border-color: rgb(93,114,222); }

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