#555EE4

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

Shades of Royal Blue #555EE4

Tints of Royal Blue #555EE4

Color information

#555EE4 (or 0x555EE4) is unknown color: approx Royal Blue. HEX triplet: 55, 5E and E4. RGB value is (85,94,228). Sum of RGB (Red+Green+Blue) = 85+94+228=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 228 (89.45% from 255 or 56.02% from 407); Max value from RGB is 228 - color contains mainly: blue. Hex color #555EE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EE4 is #AAA11B. Grayscale: #6A6A6A. Windows color (decimal): -11182364 or 14966357. OLE color: 14966357.

HSL color Cylindrical-coordinate representation of color #555EE4: hue angle of 236.22º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #555EE4 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8594228-
CMYK0.630.5900.11
HSL236.22º72.59%61.37%-
HSV(B)236.22º62.72%89.41%-
XYZ21.7515.5475.25-
YUV106.58196.52112.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.88%
GREEN value IS 94 (37.11% from 255) = 23.10%
BLUE value IS 228 (89.45% from 255) = 56.02%
R=20.88%
G=23.10%
B=56.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal85942280.630.5900.11236.2272.5961.37
Hex555EE43F3B0Bec493d
Octal125136344777301335411175
Binary101010110111101110010011111111101101011111011001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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