#575B63

Color #575B63 Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #575B63

Tints of Bright Grey #575B63

Color information

#575B63 (or 0x575B63) is unknown color: approx Bright Grey. HEX triplet: 57, 5B and 63. RGB value is (87,91,99). Sum of RGB (Red+Green+Blue) = 87+91+99=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #575B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B63 is #A8A49C. Grayscale: #5A5A5A. Windows color (decimal): -11052189 or 6511447. OLE color: 6511447.

HSL color Cylindrical-coordinate representation of color #575B63: hue angle of 220º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #575B63 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB879199-
CMYK0.120.0800.61
HSL220º6.45%36.47%-
HSV(B)220º12.12%38.82%-
XYZ9.9210.4113.29-
YUV90.72132.67125.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=31.41%
G=32.85%
B=35.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8791990.120.0800.612206.4536.47
Hex575B63C803Ddc624
Octal1271331431410075334644
Binary10101111011011110001111001000011110111011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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