#57987B

Color #57987B Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #57987B

Tints of Patina #57987B

Color information

#57987B (or 0x57987B) is unknown color: approx Patina. HEX triplet: 57, 98 and 7B. RGB value is (87,152,123). Sum of RGB (Red+Green+Blue) = 87+152+123=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #57987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57987B is #A86784. Grayscale: #818181. Windows color (decimal): -11036549 or 8099927. OLE color: 8099927.

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

Color convert

RGB87152123-
CMYK0.4300.190.40
HSL153.23º27.2%46.86%-
HSV(B)153.23º42.76%59.61%-
XYZ18.7325.9122.75-
YUV129.26124.4797.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 152 (59.77% from 255) = 41.99%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=24.03%
G=41.99%
B=33.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871521230.4300.190.40153.2327.246.86
Hex57987B2B01328991b2f
Octal12723017353023502313357
Binary10101111001100011110111010110100111010001001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57987B;
 }
 .AnyTagClassName
 {
   color: #57987B;
 }
</style>
background-color css

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

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

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

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

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

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