Html Css Color HEX #57A5AC Cadet Blue

📋 copy color: '#57A5AC'

red 87 ◦ green 165 ◦ blue 172

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

Shades of Cadet Blue #57A5AC

Tints of Cadet Blue #57A5AC

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 value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#57A5AC (or 0x57A5AC) is known color: 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

RGB 87 165 172 -
CMYK 0.49 0.04 0 0.33
HSL 184.94º 0.34% 0.51% -
HSV(B) 184.94º 0.49% 0.67% -
XYZ 24.83 31.92 43.88 -
YUV 142.48 144.66 88.43 -
System Red Green Blue C M Y K H S L
Decimal 87 165 172 0.49 0.04 0 0.33 184.94 0.34 0.51
Hex 57 A5 AC 31 4 0 21 B9 22 33
Octal 127 245 254 61 4 0 41 271 42 63
Binary 1010111 10100101 10101100 110001 100 0 100001 10111001 100010 110011

Color Harmonies of #57A5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A5AC

Black with #57A5AC

Text Example


Text Example

White with #57A5AC

Text Example


Text Example

HTML Codes & Css Web 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>