#55586D

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

Shades of East Bay #55586D

Tints of East Bay #55586D

Color information

#55586D (or 0x55586D) is unknown color: approx East Bay. HEX triplet: 55, 58 and 6D. RGB value is (85,88,109). Sum of RGB (Red+Green+Blue) = 85+88+109=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #55586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55586D is #AAA792. Grayscale: #595959. Windows color (decimal): -11184019 or 7166037. OLE color: 7166037.

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

Color convert

RGB8588109-
CMYK0.220.1900.57
HSL232.5º12.37%38.04%-
HSV(B)232.5º22.02%42.75%-
XYZ1010.0115.87-
YUV89.5139.01124.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=30.14%
G=31.21%
B=38.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85881090.220.1900.57232.512.3738.04
Hex55586D1613039e8c26
Octal12513015526230713501446
Binary10101011011000110110110110100110111001111010001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55586D; }

 p { color: rgb(85,88,109); }

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

<style>
 a { background-color: #55586D; }

 a { background-color: rgb(85,88,109); }

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

<style>
 span { border-color: #55586D; }

 span { border-color: rgb(85,88,109); }

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