#575D71

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

Shades of East Bay #575D71

Tints of East Bay #575D71

Color information

#575D71 (or 0x575D71) is unknown color: approx East Bay. HEX triplet: 57, 5D and 71. RGB value is (87,93,113). Sum of RGB (Red+Green+Blue) = 87+93+113=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #575D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D71 is #A8A28E. Grayscale: #5D5D5D. Windows color (decimal): -11051663 or 7429463. OLE color: 7429463.

HSL color Cylindrical-coordinate representation of color #575D71: hue angle of 226.15º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #575D71 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8793113-
CMYK0.230.1800.56
HSL226.15º13%39.22%-
HSV(B)226.15º23.01%44.31%-
XYZ10.8311.0517.18-
YUV93.49139.01123.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.69%
GREEN value IS 93 (36.72% from 255) = 31.74%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=29.69%
G=31.74%
B=38.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87931130.230.1800.56226.151339.22
Hex575D711712038e2d27
Octal12713516127220703421547
Binary10101111011101111000110111100100111000111000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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