#56927B

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

Shades of Patina #56927B

Tints of Patina #56927B

Color information

#56927B (or 0x56927B) is unknown color: approx Patina. HEX triplet: 56, 92 and 7B. RGB value is (86,146,123). Sum of RGB (Red+Green+Blue) = 86+146+123=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #56927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56927B is #A96D84. Grayscale: #7D7D7D. Windows color (decimal): -11103621 or 8098390. OLE color: 8098390.

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

Color convert

RGB86146123-
CMYK0.4100.160.43
HSL157º25.86%45.49%-
HSV(B)157º41.1%57.25%-
XYZ17.6923.9722.43-
YUV125.44126.6299.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=24.23%
G=41.13%
B=34.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861461230.4100.160.4315725.8645.49
Hex56927B290102B9d1a2d
Octal12622217351020532353255
Binary10101101001001011110111010010100001010111001110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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