#575B6D

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

Shades of East Bay #575B6D

Tints of East Bay #575B6D

Color information

#575B6D (or 0x575B6D) is unknown color: approx East Bay. HEX triplet: 57, 5B and 6D. RGB value is (87,91,109). Sum of RGB (Red+Green+Blue) = 87+91+109=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #575B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B6D is #A8A492. Grayscale: #5B5B5B. Windows color (decimal): -11052179 or 7166807. OLE color: 7166807.

HSL color Cylindrical-coordinate representation of color #575B6D: hue angle of 229.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #575B6D is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8791109-
CMYK0.200.1700.57
HSL229.09º11.22%38.43%-
HSV(B)229.09º20.18%42.75%-
XYZ10.4310.6115.97-
YUV91.86137.67124.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=30.31%
G=31.71%
B=37.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87911090.200.1700.57229.0911.2238.43
Hex575B6D1411039e5b26
Octal12713315524210713451346
Binary10101111011011110110110100100010111001111001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,91,109); }

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

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

 a { background-color: rgb(87,91,109); }

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

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

 span { border-color: rgb(87,91,109); }

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