#515460

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

Shades of Bright Grey #515460

Tints of Bright Grey #515460

Color information

#515460 (or 0x515460) is unknown color: approx Bright Grey. HEX triplet: 51, 54 and 60. RGB value is (81,84,96). Sum of RGB (Red+Green+Blue) = 81+84+96=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #515460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515460 is #AEAB9F. Grayscale: #545454. Windows color (decimal): -11447200 or 6313041. OLE color: 6313041.

HSL color Cylindrical-coordinate representation of color #515460: hue angle of 228º 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 #515460 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB818496-
CMYK0.160.1200.62
HSL228º8.47%34.71%-
HSV(B)228º15.62%37.65%-
XYZ8.678.9312.33-
YUV84.47134.51125.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.03%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=31.03%
G=32.18%
B=36.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8184960.160.1200.622288.4734.71
Hex51546010C03Ee4823
Octal12112414020140763441043
Binary1010001101010011000001000011000111110111001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515460; }

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

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

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

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

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

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

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

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