#575D73

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

Shades of East Bay #575D73

Tints of East Bay #575D73

Color information

#575D73 (or 0x575D73) is unknown color: approx East Bay. HEX triplet: 57, 5D and 73. RGB value is (87,93,115). Sum of RGB (Red+Green+Blue) = 87+93+115=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #575D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D73 is #A8A28C. Grayscale: #5D5D5D. Windows color (decimal): -11051661 or 7560535. OLE color: 7560535.

HSL color Cylindrical-coordinate representation of color #575D73: hue angle of 227.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #575D73 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8793115-
CMYK0.240.1900.55
HSL227.14º13.86%39.61%-
HSV(B)227.14º24.35%45.1%-
XYZ10.9411.0917.78-
YUV93.71140.01123.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=29.49%
G=31.53%
B=38.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87931150.240.1900.55227.1413.8639.61
Hex575D731813037e3e28
Octal12713516330230673431650
Binary10101111011101111001111000100110110111111000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575D73; }

 p { color: rgb(87,93,115); }

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

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

 a { background-color: rgb(87,93,115); }

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

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

 span { border-color: rgb(87,93,115); }

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