#555A73

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

Shades of East Bay #555A73

Tints of East Bay #555A73

Color information

#555A73 (or 0x555A73) is unknown color: approx East Bay. HEX triplet: 55, 5A and 73. RGB value is (85,90,115). Sum of RGB (Red+Green+Blue) = 85+90+115=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #555A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A73 is #AAA58C. Grayscale: #5B5B5B. Windows color (decimal): -11183501 or 7559765. OLE color: 7559765.

HSL color Cylindrical-coordinate representation of color #555A73: hue angle of 230º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555A73 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8590115-
CMYK0.260.2200.55
HSL230º15%39.22%-
HSV(B)230º26.09%45.1%-
XYZ10.510.4817.69-
YUV91.36141.34123.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 90 (35.55% from 255) = 31.03%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=29.31%
G=31.03%
B=39.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85901150.260.2200.552301539.22
Hex555A731A16037e6f27
Octal12513216332260673461747
Binary10101011011010111001111010101100110111111001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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