#56997B

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

Shades of Patina #56997B

Tints of Patina #56997B

Color information

#56997B (or 0x56997B) is unknown color: approx Patina. HEX triplet: 56, 99 and 7B. RGB value is (86,153,123). Sum of RGB (Red+Green+Blue) = 86+153+123=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #56997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56997B is #A96684. Grayscale: #818181. Windows color (decimal): -11101829 or 8100182. OLE color: 8100182.

HSL color Cylindrical-coordinate representation of color #56997B: hue angle of 153.13º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56997B is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB86153123-
CMYK0.4400.200.4
HSL153.13º28.03%46.86%-
HSV(B)153.13º43.79%60%-
XYZ18.826.1922.8-
YUV129.55124.396.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 153 (60.16% from 255) = 42.27%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=23.76%
G=42.27%
B=33.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861531230.4400.200.4153.1328.0346.86
Hex56997B2C01428991c2f
Octal12623117354024502313457
Binary10101101001100111110111011000101001010001001100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,153,123); }

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

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

 a { background-color: rgb(86,153,123); }

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

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

 span { border-color: rgb(86,153,123); }

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