Html Css Color HEX #57A4A5 Cadet Blue

📋 copy color: '#57A4A5'

red 87 ◦ green 164 ◦ blue 165

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

Shades of Cadet Blue #57A4A5

Tints of Cadet Blue #57A4A5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.42%

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

R = 20.91%
G = 39.42%
B = 39.66%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#57A4A5 (or 0x57A4A5) is known color: Cadet Blue. HEX triplet: 57, A4 and A5. RGB value is (87,164,165). Sum of RGB (Red+Green+Blue) = 87+164+165=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 165 - color contains mainly: blue. Hex color #57A4A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A4A5 is #A85B5A. Grayscale: #8D8D8D. Windows color (decimal): -11033435 or 10855511. OLE color: 10855511.

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

Color convert

RGB 87 164 165 -
CMYK 0.47 0.01 0 0.35
HSL 180.77º 0.31% 0.49% -
HSV(B) 180.77º 0.47% 0.65% -
XYZ 24 31.29 40.37 -
YUV 141.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 87 164 165 0.47 0.01 0 0.35 180.77 0.31 0.49
Hex 57 A4 A5 2F 1 0 23 B5 1F 31
Octal 127 244 245 57 1 0 43 265 37 61
Binary 1010111 10100100 10100101 101111 1 0 100011 10110101 11111 110001

Color Harmonies of #57A4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A4A5

Black with #57A4A5

Text Example


Text Example

White with #57A4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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