#555AAA

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

Shades of Rich Blue #555AAA

Tints of Rich Blue #555AAA

Color information

#555AAA (or 0x555AAA) is unknown color: approx Rich Blue. HEX triplet: 55, 5A and AA. RGB value is (85,90,170). Sum of RGB (Red+Green+Blue) = 85+90+170=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #555AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555AAA is #AAA555. Grayscale: #616161. Windows color (decimal): -11183446 or 11164245. OLE color: 11164245.

HSL color Cylindrical-coordinate representation of color #555AAA: hue angle of 236.47º 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 #555AAA is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8590170-
CMYK0.500.4700.33
HSL236.47º33.33%50%-
HSV(B)236.47º50%66.67%-
XYZ14.6612.1539.6-
YUV97.62168.84119-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.64%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=24.64%
G=26.09%
B=49.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85901700.500.4700.33236.4733.3350
Hex555AAA322F021ec2132
Octal12513225262570413544162
Binary1010101101101010101010110010101111010000111101100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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