Shades of Malibu #5BB0EC
Tints of Malibu #5BB0EC
RGB
CMYK
RGB Variations
Color information
#5BB0EC (or 0x5BB0EC) is known color: Malibu. HEX triplet: 5B, B0 and EC. RGB value is (91,176,236). Sum of RGB (Red+Green+Blue) = 91+176+236=503 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.09% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BB0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BB0EC is #A44F13. Grayscale: #9D9D9D. Windows color (decimal): -10768148 or 15511643. OLE color: 15511643.
HSL color Cylindrical-coordinate representation of color #5BB0EC: hue angle of 204.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BB0EC is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 176 | 236 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.07 |
| HSL | 204.83º | 0.79% | 0.64% | - |
| HSV(B) | 204.83º | 0.61% | 0.93% | - |
| XYZ | 34.98 | 39.33 | 85.1 | - |
| YUV | 157.43 | 172.34 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 176 | 236 | 0.61 | 0.25 | 0 | 0.07 | 204.83 | 0.79 | 0.64 |
| Hex | 5B | B0 | EC | 3D | 19 | 0 | 7 | CD | 4F | 40 |
| Octal | 133 | 260 | 354 | 75 | 31 | 0 | 7 | 315 | 117 | 100 |
| Binary | 1011011 | 10110000 | 11101100 | 111101 | 11001 | 0 | 111 | 11001101 | 1001111 | 1000000 |
Color Harmonies of #5BB0EC
Complementary color
Monochromatic Colors of #5BB0EC
Black with #5BB0EC
Text Example
Text Example
White with #5BB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB0EC; }
p { color: rgb(91,176,236); }
H1.HeaderClassName
{
color: #5BB0EC;
}
.AnyTagClassName
{
color: #5BB0EC;
}
</style>
background-color css
<style>
a { background-color: #5BB0EC; }
a { background-color: rgb(91,176,236); }
div.DivClassName
{
background-color: #5BB0EC;
}
.BgClassName
{
background-color: #5BB0EC;
}
</style>
border-color css
<style>
span { border-color: #5BB0EC; }
span { border-color: rgb(91,176,236); }
td.TdClassName
{
border-color: #5BB0EC;
}
.TagClassName
{
border-color: #5BB0EC;
}
</style>