Html Css Color HEX #57977E Patina

📋 copy color: '#57977E'

red 87 ◦ green 151 ◦ blue 126

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

Shades of Patina #57977E

Tints of Patina #57977E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.48%

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 23.9%
G = 41.48%
B = 34.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#57977E (or 0x57977E) is known color: Patina. HEX triplet: 57, 97 and 7E. RGB value is (87,151,126). Sum of RGB (Red+Green+Blue) = 87+151+126=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #57977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57977E is #A86881. Grayscale: #818181. Windows color (decimal): -11036802 or 8296279. OLE color: 8296279.

HSL color Cylindrical-coordinate representation of color #57977E: hue angle of 156.56º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57977E is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 151 126 -
CMYK 0.42 0 0.17 0.41
HSL 156.56º 0.27% 0.47% -
HSV(B) 156.56º 0.42% 0.59% -
XYZ 18.76 25.67 23.7 -
YUV 129.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 87 151 126 0.42 0 0.17 0.41 156.56 0.27 0.47
Hex 57 97 7E 2A 0 11 29 9D 1B 2F
Octal 127 227 176 52 0 21 51 235 33 57
Binary 1010111 10010111 1111110 101010 0 10001 101001 10011101 11011 101111

Color Harmonies of #57977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57977E

Black with #57977E

Text Example


Text Example

White with #57977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57977E; }

 p { color: rgb(87,151,126); }

 H1.HeaderClassName
 {
   color: #57977E;
 }
 .AnyTagClassName
 {
   color: #57977E;
 }
</style>

background-color css

<style>
 a { background-color: #57977E; }

 a { background-color: rgb(87,151,126); }

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

border-color css

<style>
 span { border-color: #57977E; }

 span { border-color: rgb(87,151,126); }

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