#56907C

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

Shades of Patina #56907C

Tints of Patina #56907C

Color information

#56907C (or 0x56907C) is unknown color: approx Patina. HEX triplet: 56, 90 and 7C. RGB value is (86,144,124). Sum of RGB (Red+Green+Blue) = 86+144+124=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #56907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56907C is #A96F83. Grayscale: #7C7C7C. Windows color (decimal): -11104132 or 8163414. OLE color: 8163414.

HSL color Cylindrical-coordinate representation of color #56907C: hue angle of 159.31º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56907C is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB86144124-
CMYK0.4000.140.44
HSL159.31º25.22%45.1%-
HSV(B)159.31º40.28%56.47%-
XYZ17.4523.3822.66-
YUV124.38127.78100.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=24.29%
G=40.68%
B=35.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861441240.4000.140.44159.3125.2245.1
Hex56907C280E2C9f192d
Octal12622017450016542373155
Binary1010110100100001111100101000011101011001001111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56907C; }

 p { color: rgb(86,144,124); }

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

<style>
 a { background-color: #56907C; }

 a { background-color: rgb(86,144,124); }

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

<style>
 span { border-color: #56907C; }

 span { border-color: rgb(86,144,124); }

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