#505458

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

Shades of Bright Grey #505458

Tints of Bright Grey #505458

Color information

#505458 (or 0x505458) is unknown color: approx Bright Grey. HEX triplet: 50, 54 and 58. RGB value is (80,84,88). Sum of RGB (Red+Green+Blue) = 80+84+88=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 88 - color contains mainly: blue. Hex color #505458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505458 is #AFABA7. Grayscale: #535353. Windows color (decimal): -11512744 or 5788752. OLE color: 5788752.

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

Color convert

RGB808488-
CMYK0.090.0500.65
HSL210º4.76%32.94%-
HSV(B)210º9.09%34.51%-
XYZ8.248.7510.49-
YUV83.26130.67125.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 34.92%
R=31.75%
G=33.33%
B=34.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8084880.090.0500.652104.7632.94
Hex50545895041d2521
Octal1201241301150101322541
Binary10100001010100101100010011010100000111010010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505458; }

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

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

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

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

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

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

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

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