#55586C

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

Shades of East Bay #55586C

Tints of East Bay #55586C

Color information

#55586C (or 0x55586C) is unknown color: approx East Bay. HEX triplet: 55, 58 and 6C. RGB value is (85,88,108). Sum of RGB (Red+Green+Blue) = 85+88+108=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #55586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55586C is #AAA793. Grayscale: #595959. Windows color (decimal): -11184020 or 7100501. OLE color: 7100501.

HSL color Cylindrical-coordinate representation of color #55586C: hue angle of 232.17º degrees, saturation: 0.12, 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 #55586C is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8588108-
CMYK0.210.1900.58
HSL232.17º11.92%37.84%-
HSV(B)232.17º21.3%42.35%-
XYZ9.949.9915.59-
YUV89.38138.51124.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 108 (42.58% from 255) = 38.43%
R=30.25%
G=31.32%
B=38.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85881080.210.1900.58232.1711.9237.84
Hex55586C151303Ae8c26
Octal12513015425230723501446
Binary10101011011000110110010101100110111010111010001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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