#575D70

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

Shades of East Bay #575D70

Tints of East Bay #575D70

Color information

#575D70 (or 0x575D70) is unknown color: approx East Bay. HEX triplet: 57, 5D and 70. RGB value is (87,93,112). Sum of RGB (Red+Green+Blue) = 87+93+112=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #575D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D70 is #A8A28F. Grayscale: #5D5D5D. Windows color (decimal): -11051664 or 7363927. OLE color: 7363927.

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

Color convert

RGB8793112-
CMYK0.220.1700.56
HSL225.6º12.56%39.02%-
HSV(B)225.6º22.32%43.92%-
XYZ10.7711.0216.89-
YUV93.37138.51123.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 93 (36.72% from 255) = 31.85%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=29.79%
G=31.85%
B=38.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87931120.220.1700.56225.612.5639.02
Hex575D701611038e2d27
Octal12713516026210703421547
Binary10101111011101111000010110100010111000111000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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