#55A09A

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

Shades of Cadet Blue #55A09A

Tints of Cadet Blue #55A09A

Color information

#55A09A (or 0x55A09A) is unknown color: approx Cadet Blue. HEX triplet: 55, A0 and 9A. RGB value is (85,160,154). Sum of RGB (Red+Green+Blue) = 85+160+154=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #55A09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A09A is #AA5F65. Grayscale: #888888. Windows color (decimal): -11165542 or 10133589. OLE color: 10133589.

HSL color Cylindrical-coordinate representation of color #55A09A: hue angle of 175.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A09A is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB85160154-
CMYK0.4700.040.37
HSL175.2º30.61%48.04%-
HSV(B)175.2º46.88%62.75%-
XYZ22.1529.4135.08-
YUV136.89137.6590.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.30%
GREEN value IS 160 (62.89% from 255) = 40.10%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=21.30%
G=40.10%
B=38.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal851601540.4700.040.37175.230.6148.04
Hex55A09A2F0425af1f30
Octal1252402325704452573760
Binary1010101101000001001101010111101001001011010111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,160,154); }

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

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

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

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

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

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

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