#555972

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

Shades of East Bay #555972

Tints of East Bay #555972

Color information

#555972 (or 0x555972) is unknown color: approx East Bay. HEX triplet: 55, 59 and 72. RGB value is (85,89,114). Sum of RGB (Red+Green+Blue) = 85+89+114=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 114 - color contains mainly: blue. Hex color #555972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555972 is #AAA68D. Grayscale: #5A5A5A. Windows color (decimal): -11183758 or 7493973. OLE color: 7493973.

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

Color convert

RGB8589114-
CMYK0.250.2200.55
HSL231.72º14.57%39.02%-
HSV(B)231.72º25.44%44.71%-
XYZ10.3610.2917.36-
YUV90.65141.17123.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=29.51%
G=30.90%
B=39.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85891140.250.2200.55231.7214.5739.02
Hex5559721916037e8f27
Octal12513116231260673501747
Binary10101011011001111001011001101100110111111010001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555972; }

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

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

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

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

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

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

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

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