#555AAC

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

Shades of Rich Blue #555AAC

Tints of Rich Blue #555AAC

Color information

#555AAC (or 0x555AAC) is unknown color: approx Rich Blue. HEX triplet: 55, 5A and AC. RGB value is (85,90,172). Sum of RGB (Red+Green+Blue) = 85+90+172=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #555AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555AAC is #AAA553. Grayscale: #616161. Windows color (decimal): -11183444 or 11295317. OLE color: 11295317.

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

Color convert

RGB8590172-
CMYK0.510.4800.33
HSL236.55º34.39%50.39%-
HSV(B)236.55º50.58%67.45%-
XYZ14.8512.2240.61-
YUV97.85169.84118.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 172 (67.58% from 255) = 49.57%
R=24.50%
G=25.94%
B=49.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85901720.510.4800.33236.5534.3950.39
Hex555AAC3330021ed2232
Octal12513225463600413554262
Binary1010101101101010101100110011110000010000111101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,90,172); }

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

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

 a { background-color: rgb(85,90,172); }

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

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

 span { border-color: rgb(85,90,172); }

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