Html Css Color HEX #57A9A5 Cadet Blue

📋 copy color: '#57A9A5'

red 87 ◦ green 169 ◦ blue 165

#57A9A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #57A9A5

Tints of Cadet Blue #57A9A5

RGB

 RED value IS 87 (34.38% from 255) = 20.67%

 GREEN value IS 169 (66.41% from 255) = 40.14%

 BLUE value IS 165 (64.84% from 255) = 39.19%

R = 20.67%
G = 40.14%
B = 39.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#57A9A5 (or 0x57A9A5) is known color: Cadet Blue. HEX triplet: 57, A9 and A5. RGB value is (87,169,165). Sum of RGB (Red+Green+Blue) = 87+169+165=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 169 - color contains mainly: green. Hex color #57A9A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A9A5 is #A8565A. Grayscale: #8F8F8F. Windows color (decimal): -11032155 or 10856791. OLE color: 10856791.

HSL color Cylindrical-coordinate representation of color #57A9A5: hue angle of 177.07º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57A9A5 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 87 169 165 -
CMYK 0.49 0 0.02 0.34
HSL 177.07º 0.32% 0.5% -
HSV(B) 177.07º 0.49% 0.66% -
XYZ 24.91 33.12 40.68 -
YUV 144.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 87 169 165 0.49 0 0.02 0.34 177.07 0.32 0.5
Hex 57 A9 A5 31 0 2 22 B1 20 32
Octal 127 251 245 61 0 2 42 261 40 62
Binary 1010111 10101001 10100101 110001 0 10 100010 10110001 100000 110010

Color Harmonies of #57A9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A9A5

Black with #57A9A5

Text Example


Text Example

White with #57A9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57A9A5;
 }
 .AnyTagClassName
 {
   color: #57A9A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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