#5569DE

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

Shades of Royal Blue #5569DE

Tints of Royal Blue #5569DE

Color information

#5569DE (or 0x5569DE) is unknown color: approx Royal Blue. HEX triplet: 55, 69 and DE. RGB value is (85,105,222). Sum of RGB (Red+Green+Blue) = 85+105+222=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #5569DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5569DE is #AA9621. Grayscale: #6F6F6F. Windows color (decimal): -11179554 or 14575957. OLE color: 14575957.

HSL color Cylindrical-coordinate representation of color #5569DE: hue angle of 231.24º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5569DE is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85105222-
CMYK0.620.5300.13
HSL231.24º67.49%60.2%-
HSV(B)231.24º61.71%87.06%-
XYZ21.9817.3171.29-
YUV112.36189.87108.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.63%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 222 (87.11% from 255) = 53.88%
R=20.63%
G=25.49%
B=53.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851052220.620.5300.13231.2467.4960.2
Hex5569DE3E350De7433c
Octal125151336766501534710374
Binary101010111010011101111011111011010101101111001111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5569DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5569DE; }

 p { color: rgb(85,105,222); }

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

<style>
 a { background-color: #5569DE; }

 a { background-color: rgb(85,105,222); }

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

<style>
 span { border-color: #5569DE; }

 span { border-color: rgb(85,105,222); }

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