#555A70

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

Shades of East Bay #555A70

Tints of East Bay #555A70

Color information

#555A70 (or 0x555A70) is unknown color: approx East Bay. HEX triplet: 55, 5A and 70. RGB value is (85,90,112). Sum of RGB (Red+Green+Blue) = 85+90+112=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #555A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A70 is #AAA58F. Grayscale: #5A5A5A. Windows color (decimal): -11183504 or 7363157. OLE color: 7363157.

HSL color Cylindrical-coordinate representation of color #555A70: hue angle of 228.89º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #555A70 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8590112-
CMYK0.240.2000.56
HSL228.89º13.71%38.63%-
HSV(B)228.89º24.11%43.92%-
XYZ10.3310.4116.79-
YUV91.01139.84123.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 90 (35.55% from 255) = 31.36%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=29.62%
G=31.36%
B=39.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85901120.240.2000.56228.8913.7138.63
Hex555A701814038e5e27
Octal12513216030240703451647
Binary10101011011010111000011000101000111000111001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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