Shades of Malibu #59B7D7
Tints of Malibu #59B7D7
RGB
CMYK
RGB Variations
Color information
#59B7D7 (or 0x59B7D7) is known color: Malibu. HEX triplet: 59, B7 and D7. RGB value is (89,183,215). Sum of RGB (Red+Green+Blue) = 89+183+215=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #59B7D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B7D7 is #A64828. Grayscale: #9E9E9E. Windows color (decimal): -10897449 or 14137177. OLE color: 14137177.
HSL color Cylindrical-coordinate representation of color #59B7D7: hue angle of 195.24º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59B7D7 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 183 | 215 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.16 |
| HSL | 195.24º | 0.61% | 0.6% | - |
| HSV(B) | 195.24º | 0.59% | 0.84% | - |
| XYZ | 33.32 | 40.9 | 70.43 | - |
| YUV | 158.54 | 159.86 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 183 | 215 | 0.59 | 0.15 | 0 | 0.16 | 195.24 | 0.61 | 0.6 |
| Hex | 59 | B7 | D7 | 3B | F | 0 | 10 | C3 | 3D | 3C |
| Octal | 131 | 267 | 327 | 73 | 17 | 0 | 20 | 303 | 75 | 74 |
| Binary | 1011001 | 10110111 | 11010111 | 111011 | 1111 | 0 | 10000 | 11000011 | 111101 | 111100 |
Color Harmonies of #59B7D7
Complementary color
Monochromatic Colors of #59B7D7
Black with #59B7D7
Text Example
Text Example
White with #59B7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B7D7; }
p { color: rgb(89,183,215); }
H1.HeaderClassName
{
color: #59B7D7;
}
.AnyTagClassName
{
color: #59B7D7;
}
</style>
background-color css
<style>
a { background-color: #59B7D7; }
a { background-color: rgb(89,183,215); }
div.DivClassName
{
background-color: #59B7D7;
}
.BgClassName
{
background-color: #59B7D7;
}
</style>
border-color css
<style>
span { border-color: #59B7D7; }
span { border-color: rgb(89,183,215); }
td.TdClassName
{
border-color: #59B7D7;
}
.TagClassName
{
border-color: #59B7D7;
}
</style>