#55A3AD

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

Shades of Cadet Blue #55A3AD

Tints of Cadet Blue #55A3AD

Color information

#55A3AD (or 0x55A3AD) is unknown color: approx Cadet Blue. HEX triplet: 55, A3 and AD. RGB value is (85,163,173). Sum of RGB (Red+Green+Blue) = 85+163+173=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #55A3AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A3AD is #AA5C52. Grayscale: #8C8C8C. Windows color (decimal): -11164755 or 11379541. OLE color: 11379541.

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

Color convert

RGB85163173-
CMYK0.510.0600.32
HSL186.82º34.92%50.59%-
HSV(B)186.82º50.87%67.84%-
XYZ24.3931.1444.26-
YUV140.82146.1688.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.19%
GREEN value IS 163 (64.06% from 255) = 38.72%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=20.19%
G=38.72%
B=41.09%

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
Decimal851631730.510.0600.32186.8234.9250.59
Hex55A3AD336020bb2333
Octal1252432556360402734363
Binary10101011010001110101101110011110010000010111011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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