#555A6C

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

Shades of East Bay #555A6C

Tints of East Bay #555A6C

Color information

#555A6C (or 0x555A6C) is unknown color: approx East Bay. HEX triplet: 55, 5A and 6C. RGB value is (85,90,108). Sum of RGB (Red+Green+Blue) = 85+90+108=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #555A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A6C is #AAA593. Grayscale: #5A5A5A. Windows color (decimal): -11183508 or 7101013. OLE color: 7101013.

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

Color convert

RGB8590108-
CMYK0.210.1700.58
HSL226.96º11.92%37.84%-
HSV(B)226.96º21.3%42.35%-
XYZ10.1110.3315.65-
YUV90.56137.84124.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=30.04%
G=31.80%
B=38.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85901080.210.1700.58226.9611.9237.84
Hex555A6C151103Ae3c26
Octal12513215425210723431446
Binary10101011011010110110010101100010111010111000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555A6C; }

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

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

<style>
 a { background-color: #555A6C; }

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

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

<style>
 span { border-color: #555A6C; }

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

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