#515461

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

Shades of Bright Grey #515461

Tints of Bright Grey #515461

Color information

#515461 (or 0x515461) is unknown color: approx Bright Grey. HEX triplet: 51, 54 and 61. RGB value is (81,84,97). Sum of RGB (Red+Green+Blue) = 81+84+97=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 97 - color contains mainly: blue. Hex color #515461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515461 is #AEAB9E. Grayscale: #545454. Windows color (decimal): -11447199 or 6378577. OLE color: 6378577.

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

Color convert

RGB818497-
CMYK0.160.1300.62
HSL228.75º8.99%34.9%-
HSV(B)228.75º16.49%38.04%-
XYZ8.728.9512.58-
YUV84.58135.01125.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.92%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=30.92%
G=32.06%
B=37.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8184970.160.1300.62228.758.9934.9
Hex51546110D03Ee5923
Octal12112414120150763451143
Binary1010001101010011000011000011010111110111001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515461; }

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

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

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

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

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

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

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

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