#515663

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

Shades of Bright Grey #515663

Tints of Bright Grey #515663

Color information

#515663 (or 0x515663) is unknown color: approx Bright Grey. HEX triplet: 51, 56 and 63. RGB value is (81,86,99). Sum of RGB (Red+Green+Blue) = 81+86+99=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #515663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515663 is #AEA99C. Grayscale: #555555. Windows color (decimal): -11446685 or 6510161. OLE color: 6510161.

HSL color Cylindrical-coordinate representation of color #515663: hue angle of 223.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #515663 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB818699-
CMYK0.180.1300.61
HSL223.33º10%35.29%-
HSV(B)223.33º18.18%38.82%-
XYZ8.979.3113.13-
YUV85.99135.34124.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=30.45%
G=32.33%
B=37.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8186990.180.1300.61223.331035.29
Hex51566312D03Ddfa23
Octal12112614322150753371243
Binary1010001101011011000111001011010111101110111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515663; }

 p { color: rgb(81,86,99); }

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

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

 a { background-color: rgb(81,86,99); }

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

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

 span { border-color: rgb(81,86,99); }

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