#55AAAA

Color #55AAAA Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #55AAAA

Tints of Cadet Blue #55AAAA

Color information

#55AAAA (or 0x55AAAA) is unknown color: approx Cadet Blue. HEX triplet: 55, AA and AA. RGB value is (85,170,170). Sum of RGB (Red+Green+Blue) = 85+170+170=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #55AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AAAA is #AA5555. Grayscale: #909090. Windows color (decimal): -11162966 or 11184725. OLE color: 11184725.

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

Color convert

RGB85170170-
CMYK0.50000.33
HSL180º33.33%50%-
HSV(B)180º50%66.67%-
XYZ25.3833.5843.17-
YUV144.58142.3485.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851701700.50000.3318033.3350
Hex55AAAA320021b42132
Octal1252522526200412644162
Binary101010110101010101010101100100010000110110100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AAAA; }

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

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

<style>
 a { background-color: #55AAAA; }

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

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

<style>
 span { border-color: #55AAAA; }

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

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