Shades of Malibu #59ADDC
Tints of Malibu #59ADDC
RGB
CMYK
RGB Variations
Color information
#59ADDC (or 0x59ADDC) is known color: Malibu. HEX triplet: 59, AD and DC. RGB value is (89,173,220). Sum of RGB (Red+Green+Blue) = 89+173+220=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #59ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADDC is #A65223. Grayscale: #989898. Windows color (decimal): -10900004 or 14462297. OLE color: 14462297.
HSL color Cylindrical-coordinate representation of color #59ADDC: hue angle of 201.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59ADDC is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 173 | 220 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.14 |
| HSL | 201.53º | 0.65% | 0.61% | - |
| HSV(B) | 201.53º | 0.6% | 0.86% | - |
| XYZ | 31.98 | 37.18 | 73.2 | - |
| YUV | 153.24 | 165.67 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 220 | 0.60 | 0.21 | 0 | 0.14 | 201.53 | 0.65 | 0.61 |
| Hex | 59 | AD | DC | 3C | 15 | 0 | E | CA | 41 | 3D |
| Octal | 131 | 255 | 334 | 74 | 25 | 0 | 16 | 312 | 101 | 75 |
| Binary | 1011001 | 10101101 | 11011100 | 111100 | 10101 | 0 | 1110 | 11001010 | 1000001 | 111101 |
Color Harmonies of #59ADDC
Complementary color
Monochromatic Colors of #59ADDC
Black with #59ADDC
Text Example
Text Example
White with #59ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ADDC; }
p { color: rgb(89,173,220); }
H1.HeaderClassName
{
color: #59ADDC;
}
.AnyTagClassName
{
color: #59ADDC;
}
</style>
background-color css
<style>
a { background-color: #59ADDC; }
a { background-color: rgb(89,173,220); }
div.DivClassName
{
background-color: #59ADDC;
}
.BgClassName
{
background-color: #59ADDC;
}
</style>
border-color css
<style>
span { border-color: #59ADDC; }
span { border-color: rgb(89,173,220); }
td.TdClassName
{
border-color: #59ADDC;
}
.TagClassName
{
border-color: #59ADDC;
}
</style>