#57A295

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

Shades of Cadet Blue #57A295

Tints of Cadet Blue #57A295

Color information

#57A295 (or 0x57A295) is unknown color: approx Cadet Blue. HEX triplet: 57, A2 and 95. RGB value is (87,162,149). Sum of RGB (Red+Green+Blue) = 87+162+149=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #57A295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A295 is #A85D6A. Grayscale: #8A8A8A. Windows color (decimal): -11033963 or 9806423. OLE color: 9806423.

HSL color Cylindrical-coordinate representation of color #57A295: hue angle of 169.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A295 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB87162149-
CMYK0.4600.080.36
HSL169.6º30.12%48.82%-
HSV(B)169.6º46.3%63.53%-
XYZ22.2830.0433.06-
YUV138.09134.1591.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.86%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=21.86%
G=40.70%
B=37.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871621490.4600.080.36169.630.1248.82
Hex57A2952E0824aa1e31
Octal12724222556010442523661
Binary10101111010001010010101101110010001001001010101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,162,149); }

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

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

 a { background-color: rgb(87,162,149); }

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

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

 span { border-color: rgb(87,162,149); }

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