#575E6C

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

Shades of Bright Grey #575E6C

Tints of Bright Grey #575E6C

Color information

#575E6C (or 0x575E6C) is unknown color: approx Bright Grey. HEX triplet: 57, 5E and 6C. RGB value is (87,94,108). Sum of RGB (Red+Green+Blue) = 87+94+108=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #575E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E6C is #A8A193. Grayscale: #5D5D5D. Windows color (decimal): -11051412 or 7102039. OLE color: 7102039.

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

Color convert

RGB8794108-
CMYK0.190.1300.58
HSL220º10.77%38.24%-
HSV(B)220º19.44%42.35%-
XYZ10.6411.1115.77-
YUV93.5136.18123.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=30.10%
G=32.53%
B=37.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87941080.190.1300.5822010.7738.24
Hex575E6C13D03Adcb26
Octal12713615423150723341346
Binary1010111101111011011001001111010111010110111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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