#555EDE

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

Shades of Royal Blue #555EDE

Tints of Royal Blue #555EDE

Color information

#555EDE (or 0x555EDE) is unknown color: approx Royal Blue. HEX triplet: 55, 5E and DE. RGB value is (85,94,222). Sum of RGB (Red+Green+Blue) = 85+94+222=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #555EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EDE is #AAA121. Grayscale: #696969. Windows color (decimal): -11182370 or 14573141. OLE color: 14573141.

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

Color convert

RGB8594222-
CMYK0.620.5800.13
HSL236.06º67.49%60.2%-
HSV(B)236.06º61.71%87.06%-
XYZ20.9315.2170.94-
YUV105.9193.52113.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.20%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 222 (87.11% from 255) = 55.36%
R=21.20%
G=23.44%
B=55.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85942220.620.5800.13236.0667.4960.2
Hex555EDE3E3A0Dec433c
Octal125136336767201535410374
Binary101010110111101101111011111011101001101111011001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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