Shades of Malibu #59B5DC
Tints of Malibu #59B5DC
RGB
CMYK
RGB Variations
Color information
#59B5DC (or 0x59B5DC) is known color: Malibu. HEX triplet: 59, B5 and DC. RGB value is (89,181,220). Sum of RGB (Red+Green+Blue) = 89+181+220=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #59B5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B5DC is #A64A23. Grayscale: #9D9D9D. Windows color (decimal): -10897956 or 14464345. OLE color: 14464345.
HSL color Cylindrical-coordinate representation of color #59B5DC: hue angle of 197.86º 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 #59B5DC is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 181 | 220 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.14 |
| HSL | 197.86º | 0.65% | 0.61% | - |
| HSV(B) | 197.86º | 0.6% | 0.86% | - |
| XYZ | 33.56 | 40.34 | 73.73 | - |
| YUV | 157.94 | 163.02 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 181 | 220 | 0.60 | 0.18 | 0 | 0.14 | 197.86 | 0.65 | 0.61 |
| Hex | 59 | B5 | DC | 3C | 12 | 0 | E | C6 | 41 | 3D |
| Octal | 131 | 265 | 334 | 74 | 22 | 0 | 16 | 306 | 101 | 75 |
| Binary | 1011001 | 10110101 | 11011100 | 111100 | 10010 | 0 | 1110 | 11000110 | 1000001 | 111101 |
Color Harmonies of #59B5DC
Complementary color
Monochromatic Colors of #59B5DC
Black with #59B5DC
Text Example
Text Example
White with #59B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B5DC; }
p { color: rgb(89,181,220); }
H1.HeaderClassName
{
color: #59B5DC;
}
.AnyTagClassName
{
color: #59B5DC;
}
</style>
background-color css
<style>
a { background-color: #59B5DC; }
a { background-color: rgb(89,181,220); }
div.DivClassName
{
background-color: #59B5DC;
}
.BgClassName
{
background-color: #59B5DC;
}
</style>
border-color css
<style>
span { border-color: #59B5DC; }
span { border-color: rgb(89,181,220); }
td.TdClassName
{
border-color: #59B5DC;
}
.TagClassName
{
border-color: #59B5DC;
}
</style>