#455859

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

Shades of Mako #455859

Tints of Mako #455859

Color information

#455859 (or 0x455859) is unknown color: approx Mako. HEX triplet: 45, 58 and 59. RGB value is (69,88,89). Sum of RGB (Red+Green+Blue) = 69+88+89=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 89 - color contains mainly: blue. Hex color #455859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455859 is #BAA7A6. Grayscale: #525252. Windows color (decimal): -12232615 or 5855301. OLE color: 5855301.

HSL color Cylindrical-coordinate representation of color #455859: hue angle of 183º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455859 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB698889-
CMYK0.220.0100.65
HSL183º12.66%30.98%-
HSV(B)183º22.47%34.9%-
XYZ7.758.9710.77-
YUV82.43131.71118.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=28.05%
G=35.77%
B=36.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988890.220.0100.6518312.6630.98
Hex455859161041b7d1f
Octal10513013126101012671537
Binary1000101101100010110011011010100000110110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455859; }

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

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

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

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

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

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

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

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