Html Css Color HEX #57987C Patina

📋 copy color: '#57987C'

red 87 ◦ green 152 ◦ blue 124

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

Shades of Patina #57987C

Tints of Patina #57987C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 23.97%
G = 41.87%
B = 34.16%

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

#57987C (or 0x57987C) is known color: Patina. HEX triplet: 57, 98 and 7C. RGB value is (87,152,124). Sum of RGB (Red+Green+Blue) = 87+152+124=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #57987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57987C is #A86783. Grayscale: #818181. Windows color (decimal): -11036548 or 8165463. OLE color: 8165463.

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

Color convert

RGB 87 152 124 -
CMYK 0.43 0 0.18 0.40
HSL 154.15º 0.27% 0.47% -
HSV(B) 154.15º 0.43% 0.6% -
XYZ 18.8 25.94 23.08 -
YUV 129.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 87 152 124 0.43 0 0.18 0.40 154.15 0.27 0.47
Hex 57 98 7C 2B 0 12 28 9A 1B 2F
Octal 127 230 174 53 0 22 50 232 33 57
Binary 1010111 10011000 1111100 101011 0 10010 101000 10011010 11011 101111

Color Harmonies of #57987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57987C

Black with #57987C

Text Example


Text Example

White with #57987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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