#51555D

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

Shades of Bright Grey #51555D

Tints of Bright Grey #51555D

Color information

#51555D (or 0x51555D) is unknown color: approx Bright Grey. HEX triplet: 51, 55 and 5D. RGB value is (81,85,93). Sum of RGB (Red+Green+Blue) = 81+85+93=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 93 - color contains mainly: blue. Hex color #51555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51555D is #AEAAA2. Grayscale: #545454. Windows color (decimal): -11446947 or 6116689. OLE color: 6116689.

HSL color Cylindrical-coordinate representation of color #51555D: hue angle of 220º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #51555D is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB818593-
CMYK0.130.0900.64
HSL220º6.9%34.12%-
HSV(B)220º12.9%36.47%-
XYZ8.629.0411.65-
YUV84.72132.67125.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 85 (33.59% from 255) = 32.82%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=31.27%
G=32.82%
B=35.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8185930.130.0900.642206.934.12
Hex51555DD9040dc722
Octal12112513515110100334742
Binary101000110101011011101110110010100000011011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51555D; }

 p { color: rgb(81,85,93); }

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

<style>
 a { background-color: #51555D; }

 a { background-color: rgb(81,85,93); }

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

<style>
 span { border-color: #51555D; }

 span { border-color: rgb(81,85,93); }

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