#515561

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

Shades of Bright Grey #515561

Tints of Bright Grey #515561

Color information

#515561 (or 0x515561) is unknown color: approx Bright Grey. HEX triplet: 51, 55 and 61. RGB value is (81,85,97). Sum of RGB (Red+Green+Blue) = 81+85+97=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #515561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515561 is #AEAA9E. Grayscale: #555555. Windows color (decimal): -11446943 or 6378833. OLE color: 6378833.

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

Color convert

RGB818597-
CMYK0.160.1200.62
HSL225º8.99%34.9%-
HSV(B)225º16.49%38.04%-
XYZ8.89.1112.6-
YUV85.17134.67125.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 97 (38.28% from 255) = 36.88%
R=30.80%
G=32.32%
B=36.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8185970.160.1200.622258.9934.9
Hex51556110C03Ee1923
Octal12112514120140763411143
Binary1010001101010111000011000011000111110111000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515561; }

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

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

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

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

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

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

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

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