Shades of Malibu #59B6E1
Tints of Malibu #59B6E1
RGB
CMYK
RGB Variations
Color information
#59B6E1 (or 0x59B6E1) is known color: Malibu. HEX triplet: 59, B6 and E1. RGB value is (89,182,225). Sum of RGB (Red+Green+Blue) = 89+182+225=496 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.94% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #59B6E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B6E1 is #A6491E. Grayscale: #9E9E9E. Windows color (decimal): -10897695 or 14792281. OLE color: 14792281.
HSL color Cylindrical-coordinate representation of color #59B6E1: hue angle of 198.97º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59B6E1 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 182 | 225 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.12 |
| HSL | 198.97º | 0.69% | 0.62% | - |
| HSV(B) | 198.97º | 0.6% | 0.88% | - |
| XYZ | 34.44 | 41.02 | 77.34 | - |
| YUV | 159.1 | 165.19 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 182 | 225 | 0.60 | 0.19 | 0 | 0.12 | 198.97 | 0.69 | 0.62 |
| Hex | 59 | B6 | E1 | 3C | 13 | 0 | C | C7 | 45 | 3E |
| Octal | 131 | 266 | 341 | 74 | 23 | 0 | 14 | 307 | 105 | 76 |
| Binary | 1011001 | 10110110 | 11100001 | 111100 | 10011 | 0 | 1100 | 11000111 | 1000101 | 111110 |
Color Harmonies of #59B6E1
Complementary color
Monochromatic Colors of #59B6E1
Black with #59B6E1
Text Example
Text Example
White with #59B6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B6E1; }
p { color: rgb(89,182,225); }
H1.HeaderClassName
{
color: #59B6E1;
}
.AnyTagClassName
{
color: #59B6E1;
}
</style>
background-color css
<style>
a { background-color: #59B6E1; }
a { background-color: rgb(89,182,225); }
div.DivClassName
{
background-color: #59B6E1;
}
.BgClassName
{
background-color: #59B6E1;
}
</style>
border-color css
<style>
span { border-color: #59B6E1; }
span { border-color: rgb(89,182,225); }
td.TdClassName
{
border-color: #59B6E1;
}
.TagClassName
{
border-color: #59B6E1;
}
</style>