#51575F

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

Shades of Bright Grey #51575F

Tints of Bright Grey #51575F

Color information

#51575F (or 0x51575F) is unknown color: approx Bright Grey. HEX triplet: 51, 57 and 5F. RGB value is (81,87,95). Sum of RGB (Red+Green+Blue) = 81+87+95=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 95 - color contains mainly: blue. Hex color #51575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51575F is #AEA8A0. Grayscale: #565656. Windows color (decimal): -11446433 or 6248273. OLE color: 6248273.

HSL color Cylindrical-coordinate representation of color #51575F: hue angle of 214.29º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #51575F is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB818795-
CMYK0.150.0800.63
HSL214.29º7.95%34.51%-
HSV(B)214.29º14.74%37.25%-
XYZ8.879.3912.17-
YUV86.12133.01124.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=30.80%
G=33.08%
B=36.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8187950.150.0800.63214.297.9534.51
Hex51575FF803Fd6823
Octal12112713717100773261043
Binary101000110101111011111111110000111111110101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51575F; }

 p { color: rgb(81,87,95); }

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

<style>
 a { background-color: #51575F; }

 a { background-color: rgb(81,87,95); }

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

<style>
 span { border-color: #51575F; }

 span { border-color: rgb(81,87,95); }

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