#51555C

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

Shades of Bright Grey #51555C

Tints of Bright Grey #51555C

Color information

#51555C (or 0x51555C) is unknown color: approx Bright Grey. HEX triplet: 51, 55 and 5C. RGB value is (81,85,92). Sum of RGB (Red+Green+Blue) = 81+85+92=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 92 - color contains mainly: blue. Hex color #51555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51555C is #AEAAA3. Grayscale: #545454. Windows color (decimal): -11446948 or 6051153. OLE color: 6051153.

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

Color convert

RGB818592-
CMYK0.120.0800.64
HSL218.18º6.36%33.92%-
HSV(B)218.18º11.96%36.08%-
XYZ8.579.0211.41-
YUV84.6132.17125.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 92 (36.33% from 255) = 35.66%
R=31.40%
G=32.95%
B=35.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8185920.120.0800.64218.186.3633.92
Hex51555CC8040da622
Octal12112513414100100332642
Binary101000110101011011100110010000100000011011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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