#57A4AC

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

Shades of Cadet Blue #57A4AC

Tints of Cadet Blue #57A4AC

Color information

#57A4AC (or 0x57A4AC) is unknown color: approx Cadet Blue. HEX triplet: 57, A4 and AC. RGB value is (87,164,172). Sum of RGB (Red+Green+Blue) = 87+164+172=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #57A4AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A4AC is #A85B53. Grayscale: #8D8D8D. Windows color (decimal): -11033428 or 11314263. OLE color: 11314263.

HSL color Cylindrical-coordinate representation of color #57A4AC: hue angle of 185.65º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57A4AC is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB87164172-
CMYK0.490.0500.33
HSL185.65º33.86%50.78%-
HSV(B)185.65º49.42%67.45%-
XYZ24.6531.5643.82-
YUV141.89144.9988.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.57%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=20.57%
G=38.77%
B=40.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871641720.490.0500.33185.6533.8650.78
Hex57A4AC315021ba2233
Octal1272442546150412724263
Binary10101111010010010101100110001101010000110111010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,164,172); }

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

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

 a { background-color: rgb(87,164,172); }

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

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

 span { border-color: rgb(87,164,172); }

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