#505561

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

Shades of Bright Grey #505561

Tints of Bright Grey #505561

Color information

#505561 (or 0x505561) is unknown color: approx Bright Grey. HEX triplet: 50, 55 and 61. RGB value is (80,85,97). Sum of RGB (Red+Green+Blue) = 80+85+97=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 97 - color contains mainly: blue. Hex color #505561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505561 is #AFAA9E. Grayscale: #545454. Windows color (decimal): -11512479 or 6378832. OLE color: 6378832.

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

Color convert

RGB808597-
CMYK0.180.1200.62
HSL222.35º9.6%34.71%-
HSV(B)222.35º17.53%38.04%-
XYZ8.719.0712.6-
YUV84.87134.84124.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=30.53%
G=32.44%
B=37.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8085970.180.1200.62222.359.634.71
Hex50556112C03Edea23
Octal12012514122140763361243
Binary1010000101010111000011001011000111110110111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505561; }

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

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

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

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

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

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

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

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