Html Css Color HEX #57987D Patina

📋 copy color: '#57987D'

red 87 ◦ green 152 ◦ blue 125

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

Shades of Patina #57987D

Tints of Patina #57987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 23.9%
G = 41.76%
B = 34.34%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#57987D (or 0x57987D) is known color: Patina. HEX triplet: 57, 98 and 7D. RGB value is (87,152,125). Sum of RGB (Red+Green+Blue) = 87+152+125=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #57987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57987D is #A86782. Grayscale: #818181. Windows color (decimal): -11036547 or 8230999. OLE color: 8230999.

HSL color Cylindrical-coordinate representation of color #57987D: hue angle of 155.08º 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 #57987D is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 152 125 -
CMYK 0.43 0 0.18 0.40
HSL 155.08º 0.27% 0.47% -
HSV(B) 155.08º 0.43% 0.6% -
XYZ 18.86 25.96 23.42 -
YUV 129.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 87 152 125 0.43 0 0.18 0.40 155.08 0.27 0.47
Hex 57 98 7D 2B 0 12 28 9B 1B 2F
Octal 127 230 175 53 0 22 50 233 33 57
Binary 1010111 10011000 1111101 101011 0 10010 101000 10011011 11011 101111

Color Harmonies of #57987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57987D

Black with #57987D

Text Example


Text Example

White with #57987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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