#515356

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

Shades of Bright Grey #515356

Tints of Bright Grey #515356

Color information

#515356 (or 0x515356) is unknown color: approx Bright Grey. HEX triplet: 51, 53 and 56. RGB value is (81,83,86). Sum of RGB (Red+Green+Blue) = 81+83+86=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 86 - color contains mainly: blue. Hex color #515356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515356 is #AEACA9. Grayscale: #525252. Windows color (decimal): -11447466 or 5657425. OLE color: 5657425.

HSL color Cylindrical-coordinate representation of color #515356: hue angle of 216º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #515356 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB818386-
CMYK0.060.0300.66
HSL216º2.99%32.75%-
HSV(B)216º5.81%33.73%-
XYZ8.178.6110.04-
YUV82.74129.84126.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.4%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=32.4%
G=33.2%
B=34.4%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8183860.060.0300.662162.9932.75
Hex51535663042d8321
Octal121123126630102330341
Binary10100011010011101011011011010000101101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515356; }

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

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

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

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

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

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

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

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