#515257

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

Shades of Bright Grey #515257

Tints of Bright Grey #515257

Color information

#515257 (or 0x515257) is unknown color: approx Bright Grey. HEX triplet: 51, 52 and 57. RGB value is (81,82,87). Sum of RGB (Red+Green+Blue) = 81+82+87=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 87 - color contains mainly: blue. Hex color #515257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515257 is #AEADA8. Grayscale: #525252. Windows color (decimal): -11447721 or 5722705. OLE color: 5722705.

HSL color Cylindrical-coordinate representation of color #515257: hue angle of 230º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #515257 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB818287-
CMYK0.070.0600.66
HSL230º3.57%32.94%-
HSV(B)230º6.9%34.12%-
XYZ8.138.4710.22-
YUV82.27130.67127.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.4%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 87 (34.38% from 255) = 34.8%
R=32.4%
G=32.8%
B=34.8%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8182870.070.0600.662303.5732.94
Hex51525776042e6421
Octal121122127760102346441
Binary1010001101001010101111111100100001011100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515257; }

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

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

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

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

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

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

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

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