#505158

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

Shades of Bright Grey #505158

Tints of Bright Grey #505158

Color information

#505158 (or 0x505158) is unknown color: approx Bright Grey. HEX triplet: 50, 51 and 58. RGB value is (80,81,88). Sum of RGB (Red+Green+Blue) = 80+81+88=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 88 - color contains mainly: blue. Hex color #505158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505158 is #AFAEA7. Grayscale: #515151. Windows color (decimal): -11513512 or 5787984. OLE color: 5787984.

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

Color convert

RGB808188-
CMYK0.090.0800.65
HSL232.5º4.76%32.94%-
HSV(B)232.5º9.09%34.51%-
XYZ8.018.2910.41-
YUV81.5131.67126.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 81 (32.03% from 255) = 32.53%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=32.13%
G=32.53%
B=35.34%

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
Decimal8081880.090.0800.65232.54.7632.94
Hex50515898041e8521
Octal12012113011100101350541
Binary101000010100011011000100110000100000111101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505158; }

 p { color: rgb(80,81,88); }

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

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

 a { background-color: rgb(80,81,88); }

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

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

 span { border-color: rgb(80,81,88); }

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