#56596C

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

Shades of East Bay #56596C

Tints of East Bay #56596C

Color information

#56596C (or 0x56596C) is unknown color: approx East Bay. HEX triplet: 56, 59 and 6C. RGB value is (86,89,108). Sum of RGB (Red+Green+Blue) = 86+89+108=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #56596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56596C is #A9A693. Grayscale: #5A5A5A. Windows color (decimal): -11118228 or 7100758. OLE color: 7100758.

HSL color Cylindrical-coordinate representation of color #56596C: hue angle of 231.82º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56596C is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8689108-
CMYK0.200.1800.58
HSL231.82º11.34%38.04%-
HSV(B)231.82º20.37%42.35%-
XYZ10.1210.2115.62-
YUV90.27138.01124.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.39%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=30.39%
G=31.45%
B=38.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86891080.200.1800.58231.8211.3438.04
Hex56596C141203Ae8b26
Octal12613115424220723501346
Binary10101101011001110110010100100100111010111010001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,89,108); }

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

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

 a { background-color: rgb(86,89,108); }

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

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

 span { border-color: rgb(86,89,108); }

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