#515861

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

Shades of Bright Grey #515861

Tints of Bright Grey #515861

Color information

#515861 (or 0x515861) is unknown color: approx Bright Grey. HEX triplet: 51, 58 and 61. RGB value is (81,88,97). Sum of RGB (Red+Green+Blue) = 81+88+97=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 97 - color contains mainly: blue. Hex color #515861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515861 is #AEA79E. Grayscale: #565656. Windows color (decimal): -11446175 or 6379601. OLE color: 6379601.

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

Color convert

RGB818897-
CMYK0.160.0900.62
HSL213.75º8.99%34.9%-
HSV(B)213.75º16.49%38.04%-
XYZ9.049.5912.68-
YUV86.93133.68123.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=30.45%
G=33.08%
B=36.47%

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
Decimal8188970.160.0900.62213.758.9934.9
Hex51586110903Ed6923
Octal12113014120110763261143
Binary1010001101100011000011000010010111110110101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515861; }

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

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

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

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

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

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

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

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