#505154

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

Shades of Bright Grey #505154

Tints of Bright Grey #505154

Color information

#505154 (or 0x505154) is unknown color: approx Bright Grey. HEX triplet: 50, 51 and 54. RGB value is (80,81,84). Sum of RGB (Red+Green+Blue) = 80+81+84=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 84 - color contains mainly: blue. Hex color #505154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505154 is #AFAEAB. Grayscale: #515151. Windows color (decimal): -11513516 or 5525840. OLE color: 5525840.

HSL color Cylindrical-coordinate representation of color #505154: hue angle of 225º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #505154 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB808184-
CMYK0.050.0400.67
HSL225º2.44%32.16%-
HSV(B)225º4.76%32.94%-
XYZ7.858.239.56-
YUV81.04129.67127.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=32.65%
G=33.06%
B=34.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8081840.050.0400.672252.4432.16
Hex50515454043e1220
Octal120121124540103341240
Binary101000010100011010100101100010000111110000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505154; }

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

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

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

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

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

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

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

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