Shades of Malibu #59B5E1
Tints of Malibu #59B5E1
RGB
CMYK
RGB Variations
Color information
#59B5E1 (or 0x59B5E1) is known color: Malibu. HEX triplet: 59, B5 and E1. RGB value is (89,181,225). Sum of RGB (Red+Green+Blue) = 89+181+225=495 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.98% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #59B5E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B5E1 is #A64A1E. Grayscale: #9E9E9E. Windows color (decimal): -10897951 or 14792025. OLE color: 14792025.
HSL color Cylindrical-coordinate representation of color #59B5E1: hue angle of 199.41º 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 #59B5E1 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 181 | 225 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.12 |
| HSL | 199.41º | 0.69% | 0.62% | - |
| HSV(B) | 199.41º | 0.6% | 0.88% | - |
| XYZ | 34.23 | 40.61 | 77.27 | - |
| YUV | 158.51 | 165.52 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 181 | 225 | 0.60 | 0.20 | 0 | 0.12 | 199.41 | 0.69 | 0.62 |
| Hex | 59 | B5 | E1 | 3C | 14 | 0 | C | C7 | 45 | 3E |
| Octal | 131 | 265 | 341 | 74 | 24 | 0 | 14 | 307 | 105 | 76 |
| Binary | 1011001 | 10110101 | 11100001 | 111100 | 10100 | 0 | 1100 | 11000111 | 1000101 | 111110 |
Color Harmonies of #59B5E1
Complementary color
Monochromatic Colors of #59B5E1
Black with #59B5E1
Text Example
Text Example
White with #59B5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B5E1; }
p { color: rgb(89,181,225); }
H1.HeaderClassName
{
color: #59B5E1;
}
.AnyTagClassName
{
color: #59B5E1;
}
</style>
background-color css
<style>
a { background-color: #59B5E1; }
a { background-color: rgb(89,181,225); }
div.DivClassName
{
background-color: #59B5E1;
}
.BgClassName
{
background-color: #59B5E1;
}
</style>
border-color css
<style>
span { border-color: #59B5E1; }
span { border-color: rgb(89,181,225); }
td.TdClassName
{
border-color: #59B5E1;
}
.TagClassName
{
border-color: #59B5E1;
}
</style>