Html Css Color HEX #57A5A0 Cadet Blue

📋 copy color: '#57A5A0'

red 87 ◦ green 165 ◦ blue 160

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

Shades of Cadet Blue #57A5A0

Tints of Cadet Blue #57A5A0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.05%

 BLUE value IS 160 (62.89% from 255) = 38.83%

R = 21.12%
G = 40.05%
B = 38.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#57A5A0 (or 0x57A5A0) is known color: Cadet Blue. HEX triplet: 57, A5 and A0. RGB value is (87,165,160). Sum of RGB (Red+Green+Blue) = 87+165+160=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #57A5A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A5A0 is #A85A5F. Grayscale: #8D8D8D. Windows color (decimal): -11033184 or 10528087. OLE color: 10528087.

HSL color Cylindrical-coordinate representation of color #57A5A0: hue angle of 176.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A5A0 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 87 165 160 -
CMYK 0.47 0 0.03 0.35
HSL 176.15º 0.31% 0.49% -
HSV(B) 176.15º 0.47% 0.65% -
XYZ 23.73 31.47 38.08 -
YUV 141.11 138.66 89.41 -
System Red Green Blue C M Y K H S L
Decimal 87 165 160 0.47 0 0.03 0.35 176.15 0.31 0.49
Hex 57 A5 A0 2F 0 3 23 B0 1F 31
Octal 127 245 240 57 0 3 43 260 37 61
Binary 1010111 10100101 10100000 101111 0 11 100011 10110000 11111 110001

Color Harmonies of #57A5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A5A0

Black with #57A5A0

Text Example


Text Example

White with #57A5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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