#56596B

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

Shades of East Bay #56596B

Tints of East Bay #56596B

Color information

#56596B (or 0x56596B) is unknown color: approx East Bay. HEX triplet: 56, 59 and 6B. RGB value is (86,89,107). Sum of RGB (Red+Green+Blue) = 86+89+107=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #56596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56596B is #A9A694. Grayscale: #5A5A5A. Windows color (decimal): -11118229 or 7035222. OLE color: 7035222.

HSL color Cylindrical-coordinate representation of color #56596B: hue angle of 231.43º 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 #56596B is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8689107-
CMYK0.200.1700.58
HSL231.43º10.88%37.84%-
HSV(B)231.43º19.63%41.96%-
XYZ10.0610.1815.35-
YUV90.16137.51125.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 107 (42.19% from 255) = 37.94%
R=30.50%
G=31.56%
B=37.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86891070.200.1700.58231.4310.8837.84
Hex56596B141103Ae7b26
Octal12613115324210723471346
Binary10101101011001110101110100100010111010111001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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