#555A72

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

Shades of East Bay #555A72

Tints of East Bay #555A72

Color information

#555A72 (or 0x555A72) is unknown color: approx East Bay. HEX triplet: 55, 5A and 72. RGB value is (85,90,114). Sum of RGB (Red+Green+Blue) = 85+90+114=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #555A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A72 is #AAA58D. Grayscale: #5B5B5B. Windows color (decimal): -11183502 or 7494229. OLE color: 7494229.

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

Color convert

RGB8590114-
CMYK0.250.2100.55
HSL229.66º14.57%39.02%-
HSV(B)229.66º25.44%44.71%-
XYZ10.4410.4617.39-
YUV91.24140.84123.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=29.41%
G=31.14%
B=39.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85901140.250.2100.55229.6614.5739.02
Hex555A721915037e6f27
Octal12513216231250673461747
Binary10101011011010111001011001101010110111111001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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