Shades of Malibu #59BBE5
Tints of Malibu #59BBE5
RGB
CMYK
RGB Variations
Color information
#59BBE5 (or 0x59BBE5) is known color: Malibu. HEX triplet: 59, BB and E5. RGB value is (89,187,229). Sum of RGB (Red+Green+Blue) = 89+187+229=505 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.62% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #59BBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBE5 is #A6441A. Grayscale: #A2A2A2. Windows color (decimal): -10896411 or 15055705. OLE color: 15055705.
HSL color Cylindrical-coordinate representation of color #59BBE5: hue angle of 198º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59BBE5 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 187 | 229 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.10 |
| HSL | 198º | 0.73% | 0.62% | - |
| HSV(B) | 198º | 0.61% | 0.9% | - |
| XYZ | 36.03 | 43.32 | 80.59 | - |
| YUV | 162.49 | 165.53 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 187 | 229 | 0.61 | 0.18 | 0 | 0.10 | 198 | 0.73 | 0.62 |
| Hex | 59 | BB | E5 | 3D | 12 | 0 | A | C6 | 49 | 3E |
| Octal | 131 | 273 | 345 | 75 | 22 | 0 | 12 | 306 | 111 | 76 |
| Binary | 1011001 | 10111011 | 11100101 | 111101 | 10010 | 0 | 1010 | 11000110 | 1001001 | 111110 |
Color Harmonies of #59BBE5
Complementary color
Monochromatic Colors of #59BBE5
Black with #59BBE5
Text Example
Text Example
White with #59BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BBE5; }
p { color: rgb(89,187,229); }
H1.HeaderClassName
{
color: #59BBE5;
}
.AnyTagClassName
{
color: #59BBE5;
}
</style>
background-color css
<style>
a { background-color: #59BBE5; }
a { background-color: rgb(89,187,229); }
div.DivClassName
{
background-color: #59BBE5;
}
.BgClassName
{
background-color: #59BBE5;
}
</style>
border-color css
<style>
span { border-color: #59BBE5; }
span { border-color: rgb(89,187,229); }
td.TdClassName
{
border-color: #59BBE5;
}
.TagClassName
{
border-color: #59BBE5;
}
</style>