#555BE5

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

Shades of Royal Blue #555BE5

Tints of Royal Blue #555BE5

Color information

#555BE5 (or 0x555BE5) is unknown color: approx Royal Blue. HEX triplet: 55, 5B and E5. RGB value is (85,91,229). Sum of RGB (Red+Green+Blue) = 85+91+229=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #555BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BE5 is #AAA41A. Grayscale: #686868. Windows color (decimal): -11183131 or 15031125. OLE color: 15031125.

HSL color Cylindrical-coordinate representation of color #555BE5: hue angle of 237.5º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #555BE5 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8591229-
CMYK0.630.6000.10
HSL237.5º73.47%61.57%-
HSV(B)237.5º62.88%89.8%-
XYZ21.6315.0775.9-
YUV104.94198.01113.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.99%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 229 (89.84% from 255) = 56.54%
R=20.99%
G=22.47%
B=56.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal85912290.630.6000.10237.573.4761.57
Hex555BE53F3C0Aee493e
Octal125133345777401235611176
Binary101010110110111110010111111111110001010111011101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,91,229); }

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

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

 a { background-color: rgb(85,91,229); }

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

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

 span { border-color: rgb(85,91,229); }

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