#515559

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

Shades of Bright Grey #515559

Tints of Bright Grey #515559

Color information

#515559 (or 0x515559) is unknown color: approx Bright Grey. HEX triplet: 51, 55 and 59. RGB value is (81,85,89). Sum of RGB (Red+Green+Blue) = 81+85+89=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 89 - color contains mainly: blue. Hex color #515559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515559 is #AEAAA6. Grayscale: #545454. Windows color (decimal): -11446951 or 5854545. OLE color: 5854545.

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

Color convert

RGB818589-
CMYK0.090.0400.65
HSL210º4.71%33.33%-
HSV(B)210º8.99%34.9%-
XYZ8.458.9710.74-
YUV84.26130.67125.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.76%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=31.76%
G=33.33%
B=34.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8185890.090.0400.652104.7133.33
Hex51555994041d2521
Octal1211251311140101322541
Binary10100011010101101100110011000100000111010010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515559; }

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

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

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

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

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

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

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

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