#515760

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

Shades of Bright Grey #515760

Tints of Bright Grey #515760

Color information

#515760 (or 0x515760) is unknown color: approx Bright Grey. HEX triplet: 51, 57 and 60. RGB value is (81,87,96). Sum of RGB (Red+Green+Blue) = 81+87+96=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 96 - color contains mainly: blue. Hex color #515760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515760 is #AEA89F. Grayscale: #565656. Windows color (decimal): -11446432 or 6313809. OLE color: 6313809.

HSL color Cylindrical-coordinate representation of color #515760: hue angle of 216º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #515760 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB818796-
CMYK0.160.0900.62
HSL216º8.47%34.71%-
HSV(B)216º15.62%37.65%-
XYZ8.919.4112.41-
YUV86.23133.51124.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=30.68%
G=32.95%
B=36.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8187960.160.0900.622168.4734.71
Hex51576010903Ed8823
Octal12112714020110763301043
Binary1010001101011111000001000010010111110110110001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515760; }

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

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

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

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

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

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

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

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