#505454

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

Shades of Mako #505454

Tints of Mako #505454

Color information

#505454 (or 0x505454) is unknown color: approx Mako. HEX triplet: 50, 54 and 54. RGB value is (80,84,84). Sum of RGB (Red+Green+Blue) = 80+84+84=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #505454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505454 is #AFABAB. Grayscale: #525252. Windows color (decimal): -11512748 or 5526608. OLE color: 5526608.

HSL color Cylindrical-coordinate representation of color #505454: hue angle of 180º 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 #505454 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB808484-
CMYK0.05000.67
HSL180º2.44%32.16%-
HSV(B)180º4.76%32.94%-
XYZ8.088.699.64-
YUV82.8128.67126-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 84 (33.20% from 255) = 33.87%
R=32.26%
G=33.87%
B=33.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084840.05000.671802.4432.16
Hex50545450043b4220
Octal120124124500103264240
Binary1010000101010010101001010010000111011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505454; }

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

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

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

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

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

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

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

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