#51535F

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

Shades of Bright Grey #51535F

Tints of Bright Grey #51535F

Color information

#51535F (or 0x51535F) is unknown color: approx Bright Grey. HEX triplet: 51, 53 and 5F. RGB value is (81,83,95). Sum of RGB (Red+Green+Blue) = 81+83+95=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 95 - color contains mainly: blue. Hex color #51535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51535F is #AEACA0. Grayscale: #535353. Windows color (decimal): -11447457 or 6247249. OLE color: 6247249.

HSL color Cylindrical-coordinate representation of color #51535F: hue angle of 231.43º 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 #51535F is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB818395-
CMYK0.150.1300.63
HSL231.43º7.95%34.51%-
HSV(B)231.43º14.74%37.25%-
XYZ8.558.7612.07-
YUV83.77134.34126.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=31.27%
G=32.05%
B=36.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8183950.150.1300.63231.437.9534.51
Hex51535FFD03Fe7823
Octal12112313717150773471043
Binary101000110100111011111111111010111111111001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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