Shades of Mako #455A5B
Tints of Mako #455A5B
RGB
CMYK
RGB Variations
Color information
#455A5B (or 0x455A5B) is known color: Mako. HEX triplet: 45, 5A and 5B. RGB value is (69,90,91). Sum of RGB (Red+Green+Blue) = 69+90+91=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 91 - color contains mainly: blue. Hex color #455A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A5B is #BAA5A4. Grayscale: #535353. Windows color (decimal): -12232101 or 5986885. OLE color: 5986885.
HSL color Cylindrical-coordinate representation of color #455A5B: hue angle of 182.73º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #455A5B is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 90 | 91 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.64 |
| HSL | 182.73º | 0.14% | 0.31% | - |
| HSV(B) | 182.73º | 0.24% | 0.36% | - |
| XYZ | 8 | 9.33 | 11.28 | - |
| YUV | 83.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 91 | 0.24 | 0.01 | 0 | 0.64 | 182.73 | 0.14 | 0.31 |
| Hex | 45 | 5A | 5B | 18 | 1 | 0 | 40 | B7 | E | 1F |
| Octal | 105 | 132 | 133 | 30 | 1 | 0 | 100 | 267 | 16 | 37 |
| Binary | 1000101 | 1011010 | 1011011 | 11000 | 1 | 0 | 1000000 | 10110111 | 1110 | 11111 |
Color Harmonies of #455A5B
Complementary color
Monochromatic Colors of #455A5B
Black with #455A5B
Text Example
Text Example
White with #455A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A5B; }
p { color: rgb(69,90,91); }
H1.HeaderClassName
{
color: #455A5B;
}
.AnyTagClassName
{
color: #455A5B;
}
</style>
background-color css
<style>
a { background-color: #455A5B; }
a { background-color: rgb(69,90,91); }
div.DivClassName
{
background-color: #455A5B;
}
.BgClassName
{
background-color: #455A5B;
}
</style>
border-color css
<style>
span { border-color: #455A5B; }
span { border-color: rgb(69,90,91); }
td.TdClassName
{
border-color: #455A5B;
}
.TagClassName
{
border-color: #455A5B;
}
</style>