Html Css Color HEX #57A2AD Cadet Blue

📋 copy color: '#57A2AD'

red 87 ◦ green 162 ◦ blue 173

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

Shades of Cadet Blue #57A2AD

Tints of Cadet Blue #57A2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.39%

 BLUE value IS 173 (67.97% from 255) = 41%

R = 20.62%
G = 38.39%
B = 41%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#57A2AD (or 0x57A2AD) is known color: Cadet Blue. HEX triplet: 57, A2 and AD. RGB value is (87,162,173). Sum of RGB (Red+Green+Blue) = 87+162+173=422 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.62% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #57A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A2AD is #A85D52. Grayscale: #8C8C8C. Windows color (decimal): -11033939 or 11379287. OLE color: 11379287.

HSL color Cylindrical-coordinate representation of color #57A2AD: hue angle of 187.67º 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 #57A2AD is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 87 162 173 -
CMYK 0.50 0.06 0 0.32
HSL 187.67º 0.34% 0.51% -
HSV(B) 187.67º 0.5% 0.68% -
XYZ 24.39 30.88 44.21 -
YUV 140.83 146.15 89.61 -
System Red Green Blue C M Y K H S L
Decimal 87 162 173 0.50 0.06 0 0.32 187.67 0.34 0.51
Hex 57 A2 AD 32 6 0 20 BC 22 33
Octal 127 242 255 62 6 0 40 274 42 63
Binary 1010111 10100010 10101101 110010 110 0 100000 10111100 100010 110011

Color Harmonies of #57A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A2AD

Black with #57A2AD

Text Example


Text Example

White with #57A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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