#515259

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

Shades of Bright Grey #515259

Tints of Bright Grey #515259

Color information

#515259 (or 0x515259) is unknown color: approx Bright Grey. HEX triplet: 51, 52 and 59. RGB value is (81,82,89). Sum of RGB (Red+Green+Blue) = 81+82+89=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 89 - color contains mainly: blue. Hex color #515259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515259 is #AEADA6. Grayscale: #525252. Windows color (decimal): -11447719 or 5853777. OLE color: 5853777.

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

Color convert

RGB818289-
CMYK0.090.0800.65
HSL232.5º4.71%33.33%-
HSV(B)232.5º8.99%34.9%-
XYZ8.218.5110.66-
YUV82.5131.67126.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 89 (35.16% from 255) = 35.32%
R=32.14%
G=32.54%
B=35.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8182890.090.0800.65232.54.7133.33
Hex51525998041e8521
Octal12112213111100101350541
Binary101000110100101011001100110000100000111101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515259; }

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

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

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

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

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

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

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

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