#55586B

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

Shades of East Bay #55586B

Tints of East Bay #55586B

Color information

#55586B (or 0x55586B) is unknown color: approx East Bay. HEX triplet: 55, 58 and 6B. RGB value is (85,88,107). Sum of RGB (Red+Green+Blue) = 85+88+107=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #55586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55586B is #AAA794. Grayscale: #595959. Windows color (decimal): -11184021 or 7034965. OLE color: 7034965.

HSL color Cylindrical-coordinate representation of color #55586B: 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.21%. Process color model (Four color, CMYK) of #55586B is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8588107-
CMYK0.210.1800.58
HSL231.82º11.46%37.65%-
HSV(B)231.82º20.56%41.96%-
XYZ9.899.9715.31-
YUV89.27138.01124.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=30.36%
G=31.43%
B=38.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85881070.210.1800.58231.8211.4637.65
Hex55586B151203Ae8b26
Octal12513015325220723501346
Binary10101011011000110101110101100100111010111010001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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