Shades of Malibu #59ADDD
Tints of Malibu #59ADDD
RGB
CMYK
RGB Variations
Color information
#59ADDD (or 0x59ADDD) is known color: Malibu. HEX triplet: 59, AD and DD. RGB value is (89,173,221). Sum of RGB (Red+Green+Blue) = 89+173+221=483 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.43% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #59ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADDD is #A65222. Grayscale: #999999. Windows color (decimal): -10900003 or 14527833. OLE color: 14527833.
HSL color Cylindrical-coordinate representation of color #59ADDD: hue angle of 201.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59ADDD is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 173 | 221 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.13 |
| HSL | 201.82º | 0.66% | 0.61% | - |
| HSV(B) | 201.82º | 0.6% | 0.87% | - |
| XYZ | 32.11 | 37.23 | 73.9 | - |
| YUV | 153.36 | 166.17 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 221 | 0.60 | 0.22 | 0 | 0.13 | 201.82 | 0.66 | 0.61 |
| Hex | 59 | AD | DD | 3C | 16 | 0 | D | CA | 42 | 3D |
| Octal | 131 | 255 | 335 | 74 | 26 | 0 | 15 | 312 | 102 | 75 |
| Binary | 1011001 | 10101101 | 11011101 | 111100 | 10110 | 0 | 1101 | 11001010 | 1000010 | 111101 |
Color Harmonies of #59ADDD
Complementary color
Monochromatic Colors of #59ADDD
Black with #59ADDD
Text Example
Text Example
White with #59ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ADDD; }
p { color: rgb(89,173,221); }
H1.HeaderClassName
{
color: #59ADDD;
}
.AnyTagClassName
{
color: #59ADDD;
}
</style>
background-color css
<style>
a { background-color: #59ADDD; }
a { background-color: rgb(89,173,221); }
div.DivClassName
{
background-color: #59ADDD;
}
.BgClassName
{
background-color: #59ADDD;
}
</style>
border-color css
<style>
span { border-color: #59ADDD; }
span { border-color: rgb(89,173,221); }
td.TdClassName
{
border-color: #59ADDD;
}
.TagClassName
{
border-color: #59ADDD;
}
</style>