#55A2AD

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

Shades of Cadet Blue #55A2AD

Tints of Cadet Blue #55A2AD

Color information

#55A2AD (or 0x55A2AD) is unknown color: approx Cadet Blue. HEX triplet: 55, A2 and AD. RGB value is (85,162,173). Sum of RGB (Red+Green+Blue) = 85+162+173=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #55A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A2AD is #AA5D52. Grayscale: #8C8C8C. Windows color (decimal): -11165011 or 11379285. OLE color: 11379285.

HSL color Cylindrical-coordinate representation of color #55A2AD: hue angle of 187.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55A2AD is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85162173-
CMYK0.510.0600.32
HSL187.5º34.92%50.59%-
HSV(B)187.5º50.87%67.84%-
XYZ24.2130.7944.2-
YUV140.23146.4988.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.24%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=20.24%
G=38.57%
B=41.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851621730.510.0600.32187.534.9250.59
Hex55A2AD336020bc2333
Octal1252422556360402744363
Binary10101011010001010101101110011110010000010111100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,162,173); }

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

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

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

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

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

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

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