#55596E

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

Shades of East Bay #55596E

Tints of East Bay #55596E

Color information

#55596E (or 0x55596E) is unknown color: approx East Bay. HEX triplet: 55, 59 and 6E. RGB value is (85,89,110). Sum of RGB (Red+Green+Blue) = 85+89+110=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #55596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55596E is #AAA691. Grayscale: #5A5A5A. Windows color (decimal): -11183762 or 7231829. OLE color: 7231829.

HSL color Cylindrical-coordinate representation of color #55596E: hue angle of 230.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55596E is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8589110-
CMYK0.230.1900.57
HSL230.4º12.82%38.24%-
HSV(B)230.4º22.73%43.14%-
XYZ10.1310.216.19-
YUV90.2139.17124.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=29.93%
G=31.34%
B=38.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85891100.230.1900.57230.412.8238.24
Hex55596E1713039e6d26
Octal12513115627230713461546
Binary10101011011001110111010111100110111001111001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55596E; }

 p { color: rgb(85,89,110); }

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

<style>
 a { background-color: #55596E; }

 a { background-color: rgb(85,89,110); }

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

<style>
 span { border-color: #55596E; }

 span { border-color: rgb(85,89,110); }

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