#515560

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

Shades of Bright Grey #515560

Tints of Bright Grey #515560

Color information

#515560 (or 0x515560) is unknown color: approx Bright Grey. HEX triplet: 51, 55 and 60. RGB value is (81,85,96). Sum of RGB (Red+Green+Blue) = 81+85+96=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 96 - color contains mainly: blue. Hex color #515560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515560 is #AEAA9F. Grayscale: #555555. Windows color (decimal): -11446944 or 6313297. OLE color: 6313297.

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

Color convert

RGB818596-
CMYK0.160.1100.62
HSL224º8.47%34.71%-
HSV(B)224º15.62%37.65%-
XYZ8.759.0912.36-
YUV85.06134.17125.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.92%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=30.92%
G=32.44%
B=36.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8185960.160.1100.622248.4734.71
Hex51556010B03Ee0823
Octal12112514020130763401043
Binary1010001101010111000001000010110111110111000001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515560; }

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

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

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

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

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

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

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

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