#56987A

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

Shades of Patina #56987A

Tints of Patina #56987A

Color information

#56987A (or 0x56987A) is unknown color: approx Patina. HEX triplet: 56, 98 and 7A. RGB value is (86,152,122). Sum of RGB (Red+Green+Blue) = 86+152+122=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #56987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56987A is #A96785. Grayscale: #808080. Windows color (decimal): -11102086 or 8034390. OLE color: 8034390.

HSL color Cylindrical-coordinate representation of color #56987A: hue angle of 152.73º degrees, saturation: 0.28, 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 #56987A is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB86152122-
CMYK0.4300.200.40
HSL152.73º27.73%46.67%-
HSV(B)152.73º43.42%59.61%-
XYZ18.5825.8422.42-
YUV128.85124.1397.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=23.89%
G=42.22%
B=33.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861521220.4300.200.40152.7327.7346.67
Hex56987A2B01428991c2f
Octal12623017253024502313457
Binary10101101001100011110101010110101001010001001100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56987A; }

 p { color: rgb(86,152,122); }

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

<style>
 a { background-color: #56987A; }

 a { background-color: rgb(86,152,122); }

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

<style>
 span { border-color: #56987A; }

 span { border-color: rgb(86,152,122); }

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