#57A5AC

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

Shades of Cadet Blue #57A5AC

Tints of Cadet Blue #57A5AC

Color information

#57A5AC (or 0x57A5AC) is unknown color: approx Cadet Blue. HEX triplet: 57, A5 and AC. RGB value is (87,165,172). Sum of RGB (Red+Green+Blue) = 87+165+172=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #57A5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A5AC is #A85A53. Grayscale: #8E8E8E. Windows color (decimal): -11033172 or 11314519. OLE color: 11314519.

HSL color Cylindrical-coordinate representation of color #57A5AC: hue angle of 184.94º 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 #57A5AC is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB87165172-
CMYK0.490.0400.33
HSL184.94º33.86%50.78%-
HSV(B)184.94º49.42%67.45%-
XYZ24.8331.9243.88-
YUV142.48144.6688.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.52%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=20.52%
G=38.92%
B=40.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871651720.490.0400.33184.9433.8650.78
Hex57A5AC314021b92233
Octal1272452546140412714263
Binary10101111010010110101100110001100010000110111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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