#515860

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

Shades of Bright Grey #515860

Tints of Bright Grey #515860

Color information

#515860 (or 0x515860) is unknown color: approx Bright Grey. HEX triplet: 51, 58 and 60. RGB value is (81,88,96). Sum of RGB (Red+Green+Blue) = 81+88+96=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: blue. Hex color #515860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515860 is #AEA79F. Grayscale: #565656. Windows color (decimal): -11446176 or 6314065. OLE color: 6314065.

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

Color convert

RGB818896-
CMYK0.160.0800.62
HSL212º8.47%34.71%-
HSV(B)212º15.62%37.65%-
XYZ8.999.5712.44-
YUV86.82133.18123.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=30.57%
G=33.21%
B=36.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8188960.160.0800.622128.4734.71
Hex51586010803Ed4823
Octal12113014020100763241043
Binary1010001101100011000001000010000111110110101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515860; }

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

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

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

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

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

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

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

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