Html Css Color HEX #57987F Patina

📋 copy color: '#57987F'

red 87 ◦ green 152 ◦ blue 127

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

Shades of Patina #57987F

Tints of Patina #57987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.53%

 BLUE value IS 127 (50% from 255) = 34.7%

R = 23.77%
G = 41.53%
B = 34.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#57987F (or 0x57987F) is known color: Patina. HEX triplet: 57, 98 and 7F. RGB value is (87,152,127). Sum of RGB (Red+Green+Blue) = 87+152+127=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #57987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57987F is #A86780. Grayscale: #818181. Windows color (decimal): -11036545 or 8362071. OLE color: 8362071.

HSL color Cylindrical-coordinate representation of color #57987F: hue angle of 156.92º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57987F is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 152 127 -
CMYK 0.43 0 0.16 0.40
HSL 156.92º 0.27% 0.47% -
HSV(B) 156.92º 0.43% 0.6% -
XYZ 18.99 26.02 24.1 -
YUV 129.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 87 152 127 0.43 0 0.16 0.40 156.92 0.27 0.47
Hex 57 98 7F 2B 0 10 28 9D 1B 2F
Octal 127 230 177 53 0 20 50 235 33 57
Binary 1010111 10011000 1111111 101011 0 10000 101000 10011101 11011 101111

Color Harmonies of #57987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57987F

Black with #57987F

Text Example


Text Example

White with #57987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57987F; }

 p { color: rgb(87,152,127); }

 H1.HeaderClassName
 {
   color: #57987F;
 }
 .AnyTagClassName
 {
   color: #57987F;
 }
</style>

background-color css

<style>
 a { background-color: #57987F; }

 a { background-color: rgb(87,152,127); }

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

border-color css

<style>
 span { border-color: #57987F; }

 span { border-color: rgb(87,152,127); }

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