Shades of Malibu #59ADE1
Tints of Malibu #59ADE1
RGB
CMYK
RGB Variations
Color information
#59ADE1 (or 0x59ADE1) is known color: Malibu. HEX triplet: 59, AD and E1. RGB value is (89,173,225). Sum of RGB (Red+Green+Blue) = 89+173+225=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #59ADE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADE1 is #A6521E. Grayscale: #999999. Windows color (decimal): -10899999 or 14789977. OLE color: 14789977.
HSL color Cylindrical-coordinate representation of color #59ADE1: hue angle of 202.94º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59ADE1 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 173 | 225 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.12 |
| HSL | 202.94º | 0.69% | 0.62% | - |
| HSV(B) | 202.94º | 0.6% | 0.88% | - |
| XYZ | 32.65 | 37.45 | 76.74 | - |
| YUV | 153.81 | 168.17 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 225 | 0.60 | 0.23 | 0 | 0.12 | 202.94 | 0.69 | 0.62 |
| Hex | 59 | AD | E1 | 3C | 17 | 0 | C | CB | 45 | 3E |
| Octal | 131 | 255 | 341 | 74 | 27 | 0 | 14 | 313 | 105 | 76 |
| Binary | 1011001 | 10101101 | 11100001 | 111100 | 10111 | 0 | 1100 | 11001011 | 1000101 | 111110 |
Color Harmonies of #59ADE1
Complementary color
Monochromatic Colors of #59ADE1
Black with #59ADE1
Text Example
Text Example
White with #59ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ADE1; }
p { color: rgb(89,173,225); }
H1.HeaderClassName
{
color: #59ADE1;
}
.AnyTagClassName
{
color: #59ADE1;
}
</style>
background-color css
<style>
a { background-color: #59ADE1; }
a { background-color: rgb(89,173,225); }
div.DivClassName
{
background-color: #59ADE1;
}
.BgClassName
{
background-color: #59ADE1;
}
</style>
border-color css
<style>
span { border-color: #59ADE1; }
span { border-color: rgb(89,173,225); }
td.TdClassName
{
border-color: #59ADE1;
}
.TagClassName
{
border-color: #59ADE1;
}
</style>