#56907B

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

Shades of Patina #56907B

Tints of Patina #56907B

Color information

#56907B (or 0x56907B) is unknown color: approx Patina. HEX triplet: 56, 90 and 7B. RGB value is (86,144,123). Sum of RGB (Red+Green+Blue) = 86+144+123=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #56907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56907B is #A96F84. Grayscale: #7C7C7C. Windows color (decimal): -11104133 or 8097878. OLE color: 8097878.

HSL color Cylindrical-coordinate representation of color #56907B: hue angle of 158.28º 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 #56907B is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB86144123-
CMYK0.4000.150.44
HSL158.28º25.22%45.1%-
HSV(B)158.28º40.28%56.47%-
XYZ17.3923.3622.33-
YUV124.26127.28100.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=24.36%
G=40.79%
B=34.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861441230.4000.150.44158.2825.2245.1
Hex56907B280F2C9e192d
Octal12622017350017542363155
Binary1010110100100001111011101000011111011001001111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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