#555970

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

Shades of East Bay #555970

Tints of East Bay #555970

Color information

#555970 (or 0x555970) is unknown color: approx East Bay. HEX triplet: 55, 59 and 70. RGB value is (85,89,112). Sum of RGB (Red+Green+Blue) = 85+89+112=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #555970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555970 is #AAA68F. Grayscale: #5A5A5A. Windows color (decimal): -11183760 or 7362901. OLE color: 7362901.

HSL color Cylindrical-coordinate representation of color #555970: hue angle of 231.11º 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 #555970 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8589112-
CMYK0.240.2100.56
HSL231.11º13.71%38.63%-
HSV(B)231.11º24.11%43.92%-
XYZ10.2410.2516.77-
YUV90.43140.17124.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=29.72%
G=31.12%
B=39.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85891120.240.2100.56231.1113.7138.63
Hex5559701815038e7e27
Octal12513116030250703471647
Binary10101011011001111000011000101010111000111001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555970; }

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

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

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

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

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

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

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

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