#515359

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

Shades of Bright Grey #515359

Tints of Bright Grey #515359

Color information

#515359 (or 0x515359) is unknown color: approx Bright Grey. HEX triplet: 51, 53 and 59. RGB value is (81,83,89). Sum of RGB (Red+Green+Blue) = 81+83+89=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 89 - color contains mainly: blue. Hex color #515359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515359 is #AEACA6. Grayscale: #535353. Windows color (decimal): -11447463 or 5854033. OLE color: 5854033.

HSL color Cylindrical-coordinate representation of color #515359: hue angle of 225º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #515359 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB818389-
CMYK0.090.0700.65
HSL225º4.71%33.33%-
HSV(B)225º8.99%34.9%-
XYZ8.298.6610.69-
YUV83.09131.34126.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.02%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 89 (35.16% from 255) = 35.18%
R=32.02%
G=32.81%
B=35.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8183890.090.0700.652254.7133.33
Hex51535997041e1521
Octal1211231311170101341541
Binary10100011010011101100110011110100000111100001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515359; }

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

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

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

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

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

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

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

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