#575C71

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

Shades of East Bay #575C71

Tints of East Bay #575C71

Color information

#575C71 (or 0x575C71) is unknown color: approx East Bay. HEX triplet: 57, 5C and 71. RGB value is (87,92,113). Sum of RGB (Red+Green+Blue) = 87+92+113=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #575C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C71 is #A8A38E. Grayscale: #5C5C5C. Windows color (decimal): -11051919 or 7429207. OLE color: 7429207.

HSL color Cylindrical-coordinate representation of color #575C71: hue angle of 228.46º 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 #575C71 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8792113-
CMYK0.230.1900.56
HSL228.46º13%39.22%-
HSV(B)228.46º23.01%44.31%-
XYZ10.7410.8717.16-
YUV92.9139.34123.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 92 (36.33% from 255) = 31.51%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=29.79%
G=31.51%
B=38.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87921130.230.1900.56228.461339.22
Hex575C711713038e4d27
Octal12713416127230703441547
Binary10101111011100111000110111100110111000111001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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