Shades of Malibu #59BCE5
Tints of Malibu #59BCE5
RGB
CMYK
RGB Variations
Color information
#59BCE5 (or 0x59BCE5) is known color: Malibu. HEX triplet: 59, BC and E5. RGB value is (89,188,229). Sum of RGB (Red+Green+Blue) = 89+188+229=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #59BCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCE5 is #A6431A. Grayscale: #A2A2A2. Windows color (decimal): -10896155 or 15055961. OLE color: 15055961.
HSL color Cylindrical-coordinate representation of color #59BCE5: hue angle of 197.57º 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 #59BCE5 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 188 | 229 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.10 |
| HSL | 197.57º | 0.73% | 0.62% | - |
| HSV(B) | 197.57º | 0.61% | 0.9% | - |
| XYZ | 36.25 | 43.75 | 80.66 | - |
| YUV | 163.07 | 165.2 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 229 | 0.61 | 0.18 | 0 | 0.10 | 197.57 | 0.73 | 0.62 |
| Hex | 59 | BC | E5 | 3D | 12 | 0 | A | C6 | 49 | 3E |
| Octal | 131 | 274 | 345 | 75 | 22 | 0 | 12 | 306 | 111 | 76 |
| Binary | 1011001 | 10111100 | 11100101 | 111101 | 10010 | 0 | 1010 | 11000110 | 1001001 | 111110 |
Color Harmonies of #59BCE5
Complementary color
Monochromatic Colors of #59BCE5
Black with #59BCE5
Text Example
Text Example
White with #59BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCE5; }
p { color: rgb(89,188,229); }
H1.HeaderClassName
{
color: #59BCE5;
}
.AnyTagClassName
{
color: #59BCE5;
}
</style>
background-color css
<style>
a { background-color: #59BCE5; }
a { background-color: rgb(89,188,229); }
div.DivClassName
{
background-color: #59BCE5;
}
.BgClassName
{
background-color: #59BCE5;
}
</style>
border-color css
<style>
span { border-color: #59BCE5; }
span { border-color: rgb(89,188,229); }
td.TdClassName
{
border-color: #59BCE5;
}
.TagClassName
{
border-color: #59BCE5;
}
</style>