#575D6C

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

Shades of Bright Grey #575D6C

Tints of Bright Grey #575D6C

Color information

#575D6C (or 0x575D6C) is unknown color: approx Bright Grey. HEX triplet: 57, 5D and 6C. RGB value is (87,93,108). Sum of RGB (Red+Green+Blue) = 87+93+108=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #575D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D6C is #A8A293. Grayscale: #5C5C5C. Windows color (decimal): -11051668 or 7101783. OLE color: 7101783.

HSL color Cylindrical-coordinate representation of color #575D6C: hue angle of 222.86º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #575D6C is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8793108-
CMYK0.190.1400.58
HSL222.86º10.77%38.24%-
HSV(B)222.86º19.44%42.35%-
XYZ10.5510.9415.74-
YUV92.92136.51123.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=30.21%
G=32.29%
B=37.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87931080.190.1400.58222.8610.7738.24
Hex575D6C13E03Adfb26
Octal12713515423160723371346
Binary1010111101110111011001001111100111010110111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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