Html Css Color HEX #57A2A5 Cadet Blue

📋 copy color: '#57A2A5'

red 87 ◦ green 162 ◦ blue 165

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

Shades of Cadet Blue #57A2A5

Tints of Cadet Blue #57A2A5

RGB

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

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

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

R = 21.01%
G = 39.13%
B = 39.86%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#57A2A5 (or 0x57A2A5) is known color: Cadet Blue. HEX triplet: 57, A2 and A5. RGB value is (87,162,165). Sum of RGB (Red+Green+Blue) = 87+162+165=414 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.01% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 165 - color contains mainly: blue. Hex color #57A2A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A2A5 is #A85D5A. Grayscale: #8B8B8B. Windows color (decimal): -11033947 or 10854999. OLE color: 10854999.

HSL color Cylindrical-coordinate representation of color #57A2A5: hue angle of 182.31º 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 #57A2A5 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 87 162 165 -
CMYK 0.47 0.02 0 0.35
HSL 182.31º 0.31% 0.49% -
HSV(B) 182.31º 0.47% 0.65% -
XYZ 23.64 30.58 40.25 -
YUV 139.92 142.15 90.26 -
System Red Green Blue C M Y K H S L
Decimal 87 162 165 0.47 0.02 0 0.35 182.31 0.31 0.49
Hex 57 A2 A5 2F 2 0 23 B6 1F 31
Octal 127 242 245 57 2 0 43 266 37 61
Binary 1010111 10100010 10100101 101111 10 0 100011 10110110 11111 110001

Color Harmonies of #57A2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A2A5

Black with #57A2A5

Text Example


Text Example

White with #57A2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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