Shades of Malibu #59B1DB
Tints of Malibu #59B1DB
RGB
CMYK
RGB Variations
Color information
#59B1DB (or 0x59B1DB) is known color: Malibu. HEX triplet: 59, B1 and DB. RGB value is (89,177,219). Sum of RGB (Red+Green+Blue) = 89+177+219=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #59B1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B1DB is #A64E24. Grayscale: #9B9B9B. Windows color (decimal): -10898981 or 14397785. OLE color: 14397785.
HSL color Cylindrical-coordinate representation of color #59B1DB: hue angle of 199.38º 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 #59B1DB is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 177 | 219 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.14 |
| HSL | 199.38º | 0.64% | 0.6% | - |
| HSV(B) | 199.38º | 0.59% | 0.86% | - |
| XYZ | 32.63 | 38.68 | 72.76 | - |
| YUV | 155.48 | 163.85 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 177 | 219 | 0.59 | 0.19 | 0 | 0.14 | 199.38 | 0.64 | 0.6 |
| Hex | 59 | B1 | DB | 3B | 13 | 0 | E | C7 | 40 | 3C |
| Octal | 131 | 261 | 333 | 73 | 23 | 0 | 16 | 307 | 100 | 74 |
| Binary | 1011001 | 10110001 | 11011011 | 111011 | 10011 | 0 | 1110 | 11000111 | 1000000 | 111100 |
Color Harmonies of #59B1DB
Complementary color
Monochromatic Colors of #59B1DB
Black with #59B1DB
Text Example
Text Example
White with #59B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B1DB; }
p { color: rgb(89,177,219); }
H1.HeaderClassName
{
color: #59B1DB;
}
.AnyTagClassName
{
color: #59B1DB;
}
</style>
background-color css
<style>
a { background-color: #59B1DB; }
a { background-color: rgb(89,177,219); }
div.DivClassName
{
background-color: #59B1DB;
}
.BgClassName
{
background-color: #59B1DB;
}
</style>
border-color css
<style>
span { border-color: #59B1DB; }
span { border-color: rgb(89,177,219); }
td.TdClassName
{
border-color: #59B1DB;
}
.TagClassName
{
border-color: #59B1DB;
}
</style>