#5555AA

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

Shades of Rich Blue #5555AA

Tints of Rich Blue #5555AA

Color information

#5555AA (or 0x5555AA) is unknown color: approx Rich Blue. HEX triplet: 55, 55 and AA. RGB value is (85,85,170). Sum of RGB (Red+Green+Blue) = 85+85+170=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #5555AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5555AA is #AAAA55. Grayscale: #5E5E5E. Windows color (decimal): -11184726 or 11162965. OLE color: 11162965.

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

Color convert

RGB8585170-
CMYK0.500.5000.33
HSL240º33.33%50%-
HSV(B)240º50%66.67%-
XYZ14.2511.3339.47-
YUV94.69170.5121.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85851700.500.5000.3324033.3350
Hex5555AA3232021f02132
Octal12512525262620413604162
Binary1010101101010110101010110010110010010000111110000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5555AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5555AA; }

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

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

<style>
 a { background-color: #5555AA; }

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

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

<style>
 span { border-color: #5555AA; }

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

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