#51545D

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

Shades of Bright Grey #51545D

Tints of Bright Grey #51545D

Color information

#51545D (or 0x51545D) is unknown color: approx Bright Grey. HEX triplet: 51, 54 and 5D. RGB value is (81,84,93). Sum of RGB (Red+Green+Blue) = 81+84+93=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 93 - color contains mainly: blue. Hex color #51545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51545D is #AEABA2. Grayscale: #545454. Windows color (decimal): -11447203 or 6116433. OLE color: 6116433.

HSL color Cylindrical-coordinate representation of color #51545D: hue angle of 225º 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 #51545D is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB818493-
CMYK0.130.1000.64
HSL225º6.9%34.12%-
HSV(B)225º12.9%36.47%-
XYZ8.548.8811.62-
YUV84.13133.01125.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 84 (33.20% from 255) = 32.56%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=31.40%
G=32.56%
B=36.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8184930.130.1000.642256.934.12
Hex51545DDA040e1722
Octal12112413515120100341742
Binary101000110101001011101110110100100000011100001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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