#555FDE

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

Shades of Royal Blue #555FDE

Tints of Royal Blue #555FDE

Color information

#555FDE (or 0x555FDE) is unknown color: approx Royal Blue. HEX triplet: 55, 5F and DE. RGB value is (85,95,222). Sum of RGB (Red+Green+Blue) = 85+95+222=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #555FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555FDE is #AAA021. Grayscale: #696969. Windows color (decimal): -11182114 or 14573397. OLE color: 14573397.

HSL color Cylindrical-coordinate representation of color #555FDE: hue angle of 235.62º 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 #555FDE is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8595222-
CMYK0.620.5700.13
HSL235.62º67.49%60.2%-
HSV(B)235.62º61.71%87.06%-
XYZ21.0215.3970.97-
YUV106.49193.19112.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.14%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 222 (87.11% from 255) = 55.22%
R=21.14%
G=23.63%
B=55.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85952220.620.5700.13235.6267.4960.2
Hex555FDE3E390Dec433c
Octal125137336767101535410374
Binary101010110111111101111011111011100101101111011001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555FDE; }

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

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

<style>
 a { background-color: #555FDE; }

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

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

<style>
 span { border-color: #555FDE; }

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

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