#56917B

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

Shades of Patina #56917B

Tints of Patina #56917B

Color information

#56917B (or 0x56917B) is unknown color: approx Patina. HEX triplet: 56, 91 and 7B. RGB value is (86,145,123). Sum of RGB (Red+Green+Blue) = 86+145+123=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #56917B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56917B is #A96E84. Grayscale: #7C7C7C. Windows color (decimal): -11103877 or 8098134. OLE color: 8098134.

HSL color Cylindrical-coordinate representation of color #56917B: hue angle of 157.63º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56917B is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB86145123-
CMYK0.4100.150.43
HSL157.63º25.54%45.29%-
HSV(B)157.63º40.69%56.86%-
XYZ17.5423.6622.38-
YUV124.85126.95100.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 145 (57.03% from 255) = 40.96%
BLUE value IS 123 (48.44% from 255) = 34.75%
R=24.29%
G=40.96%
B=34.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861451230.4100.150.43157.6325.5445.29
Hex56917B290F2B9e1a2d
Octal12622117351017532363255
Binary1010110100100011111011101001011111010111001111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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