#555EA9

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

Shades of Rich Blue #555EA9

Tints of Rich Blue #555EA9

Color information

#555EA9 (or 0x555EA9) is unknown color: approx Rich Blue. HEX triplet: 55, 5E and A9. RGB value is (85,94,169). Sum of RGB (Red+Green+Blue) = 85+94+169=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 169 (66.41% from 255 or 48.56% from 348); Max value from RGB is 169 - color contains mainly: blue. Hex color #555EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555EA9 is #AAA156. Grayscale: #636363. Windows color (decimal): -11182423 or 11099733. OLE color: 11099733.

HSL color Cylindrical-coordinate representation of color #555EA9: hue angle of 233.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #555EA9 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8594169-
CMYK0.500.4400.34
HSL233.57º33.07%49.8%-
HSV(B)233.57º49.7%66.27%-
XYZ14.9112.839.22-
YUV99.86167.02117.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 169 (66.41% from 255) = 48.56%
R=24.43%
G=27.01%
B=48.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85941690.500.4400.34233.5733.0749.8
Hex555EA9322C022ea2132
Octal12513625162540423524162
Binary1010101101111010101001110010101100010001011101010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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