Shades of Malibu #59BEE5
Tints of Malibu #59BEE5
RGB
CMYK
RGB Variations
Color information
#59BEE5 (or 0x59BEE5) is known color: Malibu. HEX triplet: 59, BE and E5. RGB value is (89,190,229). Sum of RGB (Red+Green+Blue) = 89+190+229=508 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.52% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #59BEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEE5 is #A6411A. Grayscale: #A3A3A3. Windows color (decimal): -10895643 or 15056473. OLE color: 15056473.
HSL color Cylindrical-coordinate representation of color #59BEE5: hue angle of 196.71º 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 #59BEE5 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 190 | 229 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.10 |
| HSL | 196.71º | 0.73% | 0.62% | - |
| HSV(B) | 196.71º | 0.61% | 0.9% | - |
| XYZ | 36.68 | 44.61 | 80.81 | - |
| YUV | 164.25 | 164.54 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 190 | 229 | 0.61 | 0.17 | 0 | 0.10 | 196.71 | 0.73 | 0.62 |
| Hex | 59 | BE | E5 | 3D | 11 | 0 | A | C5 | 49 | 3E |
| Octal | 131 | 276 | 345 | 75 | 21 | 0 | 12 | 305 | 111 | 76 |
| Binary | 1011001 | 10111110 | 11100101 | 111101 | 10001 | 0 | 1010 | 11000101 | 1001001 | 111110 |
Color Harmonies of #59BEE5
Complementary color
Monochromatic Colors of #59BEE5
Black with #59BEE5
Text Example
Text Example
White with #59BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BEE5; }
p { color: rgb(89,190,229); }
H1.HeaderClassName
{
color: #59BEE5;
}
.AnyTagClassName
{
color: #59BEE5;
}
</style>
background-color css
<style>
a { background-color: #59BEE5; }
a { background-color: rgb(89,190,229); }
div.DivClassName
{
background-color: #59BEE5;
}
.BgClassName
{
background-color: #59BEE5;
}
</style>
border-color css
<style>
span { border-color: #59BEE5; }
span { border-color: rgb(89,190,229); }
td.TdClassName
{
border-color: #59BEE5;
}
.TagClassName
{
border-color: #59BEE5;
}
</style>