#555FAA

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

Shades of Rich Blue #555FAA

Tints of Rich Blue #555FAA

Color information

#555FAA (or 0x555FAA) is unknown color: approx Rich Blue. HEX triplet: 55, 5F and AA. RGB value is (85,95,170). Sum of RGB (Red+Green+Blue) = 85+95+170=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #555FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555FAA is #AAA055. Grayscale: #646464. Windows color (decimal): -11182166 or 11165525. OLE color: 11165525.

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

Color convert

RGB8595170-
CMYK0.500.4400.33
HSL232.94º33.33%50%-
HSV(B)232.94º50%66.67%-
XYZ15.0913.0239.75-
YUV100.56167.19116.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=24.29%
G=27.14%
B=48.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85951700.500.4400.33232.9433.3350
Hex555FAA322C021e92132
Octal12513725262540413514162
Binary1010101101111110101010110010101100010000111101001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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