#57A0AD

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

Shades of Cadet Blue #57A0AD

Tints of Cadet Blue #57A0AD

Color information

#57A0AD (or 0x57A0AD) is unknown color: approx Cadet Blue. HEX triplet: 57, A0 and AD. RGB value is (87,160,173). Sum of RGB (Red+Green+Blue) = 87+160+173=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 160 (62.89% from 255 or 38.10% 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 #57A0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A0AD is #A85F52. Grayscale: #8B8B8B. Windows color (decimal): -11034451 or 11378775. OLE color: 11378775.

HSL color Cylindrical-coordinate representation of color #57A0AD: hue angle of 189.07º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57A0AD is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB87160173-
CMYK0.500.0800.32
HSL189.07º34.4%50.98%-
HSV(B)189.07º49.71%67.84%-
XYZ24.0430.1844.09-
YUV139.66146.8290.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.71%
GREEN value IS 160 (62.89% from 255) = 38.10%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=20.71%
G=38.10%
B=41.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871601730.500.0800.32189.0734.450.98
Hex57A0AD328020bd2233
Octal12724025562100402754263
Binary101011110100000101011011100101000010000010111101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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