Shades of Malibu #59B2F5
Tints of Malibu #59B2F5
RGB
CMYK
RGB Variations
Color information
#59B2F5 (or 0x59B2F5) is known color: Malibu. HEX triplet: 59, B2 and F5. RGB value is (89,178,245). Sum of RGB (Red+Green+Blue) = 89+178+245=512 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.38% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #59B2F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59B2F5 is #A64D0A. Grayscale: #9E9E9E. Windows color (decimal): -10898699 or 16101977. OLE color: 16101977.
HSL color Cylindrical-coordinate representation of color #59B2F5: hue angle of 205.77º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59B2F5 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 178 | 245 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.04 |
| HSL | 205.77º | 0.89% | 0.65% | - |
| HSV(B) | 205.77º | 0.64% | 0.96% | - |
| XYZ | 36.52 | 40.56 | 92.29 | - |
| YUV | 159.03 | 176.51 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 178 | 245 | 0.64 | 0.27 | 0 | 0.04 | 205.77 | 0.89 | 0.65 |
| Hex | 59 | B2 | F5 | 40 | 1B | 0 | 4 | CE | 59 | 41 |
| Octal | 131 | 262 | 365 | 100 | 33 | 0 | 4 | 316 | 131 | 101 |
| Binary | 1011001 | 10110010 | 11110101 | 1000000 | 11011 | 0 | 100 | 11001110 | 1011001 | 1000001 |
Color Harmonies of #59B2F5
Complementary color
Monochromatic Colors of #59B2F5
Black with #59B2F5
Text Example
Text Example
White with #59B2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B2F5; }
p { color: rgb(89,178,245); }
H1.HeaderClassName
{
color: #59B2F5;
}
.AnyTagClassName
{
color: #59B2F5;
}
</style>
background-color css
<style>
a { background-color: #59B2F5; }
a { background-color: rgb(89,178,245); }
div.DivClassName
{
background-color: #59B2F5;
}
.BgClassName
{
background-color: #59B2F5;
}
</style>
border-color css
<style>
span { border-color: #59B2F5; }
span { border-color: rgb(89,178,245); }
td.TdClassName
{
border-color: #59B2F5;
}
.TagClassName
{
border-color: #59B2F5;
}
</style>