#555FA6

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

Shades of Rich Blue #555FA6

Tints of Rich Blue #555FA6

Color information

#555FA6 (or 0x555FA6) is unknown color: approx Rich Blue. HEX triplet: 55, 5F and A6. RGB value is (85,95,166). Sum of RGB (Red+Green+Blue) = 85+95+166=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #555FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555FA6 is #AAA059. Grayscale: #636363. Windows color (decimal): -11182170 or 10903381. OLE color: 10903381.

HSL color Cylindrical-coordinate representation of color #555FA6: hue angle of 232.59º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #555FA6 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8595166-
CMYK0.490.4300.35
HSL232.59º32.27%49.22%-
HSV(B)232.59º48.8%65.1%-
XYZ14.7212.8737.78-
YUV100.1165.19117.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 166 (65.23% from 255) = 47.98%
R=24.57%
G=27.46%
B=47.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85951660.490.4300.35232.5932.2749.22
Hex555FA6312B023e92031
Octal12513724661530433514061
Binary1010101101111110100110110001101011010001111101001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,95,166); }

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

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

 a { background-color: rgb(85,95,166); }

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

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

 span { border-color: rgb(85,95,166); }

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