#555CE0

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

Shades of Royal Blue #555CE0

Tints of Royal Blue #555CE0

Color information

#555CE0 (or 0x555CE0) is unknown color: approx Royal Blue. HEX triplet: 55, 5C and E0. RGB value is (85,92,224). Sum of RGB (Red+Green+Blue) = 85+92+224=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #555CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CE0 is #AAA31F. Grayscale: #686868. Windows color (decimal): -11182880 or 14703701. OLE color: 14703701.

HSL color Cylindrical-coordinate representation of color #555CE0: hue angle of 236.98º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #555CE0 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8592224-
CMYK0.620.5900.12
HSL236.98º69.15%60.59%-
HSV(B)236.98º62.05%87.84%-
XYZ21.0314.9772.3-
YUV104.96195.18113.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.20%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 224 (87.89% from 255) = 55.86%
R=21.20%
G=22.94%
B=55.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal85922240.620.5900.12236.9869.1560.59
Hex555CE03E3B0Ced453d
Octal125134340767301435510575
Binary101010110111001110000011111011101101100111011011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,92,224); }

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

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

 a { background-color: rgb(85,92,224); }

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

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

 span { border-color: rgb(85,92,224); }

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