#485859

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

Shades of Mako #485859

Tints of Mako #485859

Color information

#485859 (or 0x485859) is unknown color: approx Mako. HEX triplet: 48, 58 and 59. RGB value is (72,88,89). Sum of RGB (Red+Green+Blue) = 72+88+89=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: blue. Hex color #485859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485859 is #B7A7A6. Grayscale: #535353. Windows color (decimal): -12036007 or 5855304. OLE color: 5855304.

HSL color Cylindrical-coordinate representation of color #485859: hue angle of 183.53º 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 #485859 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB728889-
CMYK0.190.0100.65
HSL183.53º10.56%31.57%-
HSV(B)183.53º19.1%34.9%-
XYZ7.979.0810.78-
YUV83.33131.2119.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=28.92%
G=35.34%
B=35.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288890.190.0100.65183.5310.5631.57
Hex485859131041b8b20
Octal11013013123101012701340
Binary10010001011000101100110011101000001101110001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485859; }

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

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

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

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

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

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

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

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