#485959

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

Shades of Mako #485959

Tints of Mako #485959

Color information

#485959 (or 0x485959) is unknown color: approx Mako. HEX triplet: 48, 59 and 59. RGB value is (72,89,89). Sum of RGB (Red+Green+Blue) = 72+89+89=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #485959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485959 is #B7A6A6. Grayscale: #535353. Windows color (decimal): -12035751 or 5855560. OLE color: 5855560.

HSL color Cylindrical-coordinate representation of color #485959: hue angle of 180º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485959 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB728989-
CMYK0.19000.65
HSL180º10.56%31.57%-
HSV(B)180º19.1%34.9%-
XYZ8.059.2410.81-
YUV83.92130.87119.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=28.8%
G=35.6%
B=35.6%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289890.19000.6518010.5631.57
Hex485959130041b4b20
Octal11013113123001012641340
Binary10010001011001101100110011001000001101101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485959; }

 p { color: rgb(72,89,89); }

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

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

 a { background-color: rgb(72,89,89); }

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

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

 span { border-color: rgb(72,89,89); }

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