#55A0AD

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

Shades of Cadet Blue #55A0AD

Tints of Cadet Blue #55A0AD

Color information

#55A0AD (or 0x55A0AD) is unknown color: approx Cadet Blue. HEX triplet: 55, A0 and AD. RGB value is (85,160,173). Sum of RGB (Red+Green+Blue) = 85+160+173=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #55A0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A0AD is #AA5F52. Grayscale: #8A8A8A. Windows color (decimal): -11165523 or 11378773. OLE color: 11378773.

HSL color Cylindrical-coordinate representation of color #55A0AD: hue angle of 188.86º 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 #55A0AD is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85160173-
CMYK0.510.0800.32
HSL188.86º34.92%50.59%-
HSV(B)188.86º50.87%67.84%-
XYZ23.8630.0944.09-
YUV139.06147.1589.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.33%
GREEN value IS 160 (62.89% from 255) = 38.28%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=20.33%
G=38.28%
B=41.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851601730.510.0800.32188.8634.9250.59
Hex55A0AD338020bd2333
Octal12524025563100402754363
Binary101010110100000101011011100111000010000010111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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