Shades of Malibu #59B7DB
Tints of Malibu #59B7DB
RGB
CMYK
RGB Variations
Color information
#59B7DB (or 0x59B7DB) is known color: Malibu. HEX triplet: 59, B7 and DB. RGB value is (89,183,219). Sum of RGB (Red+Green+Blue) = 89+183+219=491 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.13% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #59B7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B7DB is #A64824. Grayscale: #9E9E9E. Windows color (decimal): -10897445 or 14399321. OLE color: 14399321.
HSL color Cylindrical-coordinate representation of color #59B7DB: hue angle of 196.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59B7DB is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 183 | 219 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.14 |
| HSL | 196.62º | 0.64% | 0.6% | - |
| HSV(B) | 196.62º | 0.59% | 0.86% | - |
| XYZ | 33.84 | 41.11 | 73.17 | - |
| YUV | 159 | 161.86 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 183 | 219 | 0.59 | 0.16 | 0 | 0.14 | 196.62 | 0.64 | 0.6 |
| Hex | 59 | B7 | DB | 3B | 10 | 0 | E | C5 | 40 | 3C |
| Octal | 131 | 267 | 333 | 73 | 20 | 0 | 16 | 305 | 100 | 74 |
| Binary | 1011001 | 10110111 | 11011011 | 111011 | 10000 | 0 | 1110 | 11000101 | 1000000 | 111100 |
Color Harmonies of #59B7DB
Complementary color
Monochromatic Colors of #59B7DB
Black with #59B7DB
Text Example
Text Example
White with #59B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B7DB; }
p { color: rgb(89,183,219); }
H1.HeaderClassName
{
color: #59B7DB;
}
.AnyTagClassName
{
color: #59B7DB;
}
</style>
background-color css
<style>
a { background-color: #59B7DB; }
a { background-color: rgb(89,183,219); }
div.DivClassName
{
background-color: #59B7DB;
}
.BgClassName
{
background-color: #59B7DB;
}
</style>
border-color css
<style>
span { border-color: #59B7DB; }
span { border-color: rgb(89,183,219); }
td.TdClassName
{
border-color: #59B7DB;
}
.TagClassName
{
border-color: #59B7DB;
}
</style>