Shades of Malibu #59BADE
Tints of Malibu #59BADE
RGB
CMYK
RGB Variations
Color information
#59BADE (or 0x59BADE) is known color: Malibu. HEX triplet: 59, BA and DE. RGB value is (89,186,222). Sum of RGB (Red+Green+Blue) = 89+186+222=497 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.91% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #59BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BADE is #A64521. Grayscale: #A0A0A0. Windows color (decimal): -10896674 or 14596697. OLE color: 14596697.
HSL color Cylindrical-coordinate representation of color #59BADE: hue angle of 196.24º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59BADE is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 186 | 222 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.13 |
| HSL | 196.24º | 0.67% | 0.61% | - |
| HSV(B) | 196.24º | 0.6% | 0.87% | - |
| XYZ | 34.86 | 42.52 | 75.48 | - |
| YUV | 161.1 | 162.36 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 222 | 0.60 | 0.16 | 0 | 0.13 | 196.24 | 0.67 | 0.61 |
| Hex | 59 | BA | DE | 3C | 10 | 0 | D | C4 | 43 | 3D |
| Octal | 131 | 272 | 336 | 74 | 20 | 0 | 15 | 304 | 103 | 75 |
| Binary | 1011001 | 10111010 | 11011110 | 111100 | 10000 | 0 | 1101 | 11000100 | 1000011 | 111101 |
Color Harmonies of #59BADE
Complementary color
Monochromatic Colors of #59BADE
Black with #59BADE
Text Example
Text Example
White with #59BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BADE; }
p { color: rgb(89,186,222); }
H1.HeaderClassName
{
color: #59BADE;
}
.AnyTagClassName
{
color: #59BADE;
}
</style>
background-color css
<style>
a { background-color: #59BADE; }
a { background-color: rgb(89,186,222); }
div.DivClassName
{
background-color: #59BADE;
}
.BgClassName
{
background-color: #59BADE;
}
</style>
border-color css
<style>
span { border-color: #59BADE; }
span { border-color: rgb(89,186,222); }
td.TdClassName
{
border-color: #59BADE;
}
.TagClassName
{
border-color: #59BADE;
}
</style>