Shades of Malibu #5BBAE1
Tints of Malibu #5BBAE1
RGB
CMYK
RGB Variations
Color information
#5BBAE1 (or 0x5BBAE1) is known color: Malibu. HEX triplet: 5B, BA and E1. RGB value is (91,186,225). Sum of RGB (Red+Green+Blue) = 91+186+225=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #5BBAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBAE1 is #A4451E. Grayscale: #A1A1A1. Windows color (decimal): -10765599 or 14793307. OLE color: 14793307.
HSL color Cylindrical-coordinate representation of color #5BBAE1: hue angle of 197.46º 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 #5BBAE1 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 186 | 225 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.12 |
| HSL | 197.46º | 0.69% | 0.62% | - |
| HSV(B) | 197.46º | 0.6% | 0.88% | - |
| XYZ | 35.46 | 42.78 | 77.62 | - |
| YUV | 162.04 | 163.53 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 225 | 0.60 | 0.17 | 0 | 0.12 | 197.46 | 0.69 | 0.62 |
| Hex | 5B | BA | E1 | 3C | 11 | 0 | C | C5 | 45 | 3E |
| Octal | 133 | 272 | 341 | 74 | 21 | 0 | 14 | 305 | 105 | 76 |
| Binary | 1011011 | 10111010 | 11100001 | 111100 | 10001 | 0 | 1100 | 11000101 | 1000101 | 111110 |
Color Harmonies of #5BBAE1
Complementary color
Monochromatic Colors of #5BBAE1
Black with #5BBAE1
Text Example
Text Example
White with #5BBAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBAE1; }
p { color: rgb(91,186,225); }
H1.HeaderClassName
{
color: #5BBAE1;
}
.AnyTagClassName
{
color: #5BBAE1;
}
</style>
background-color css
<style>
a { background-color: #5BBAE1; }
a { background-color: rgb(91,186,225); }
div.DivClassName
{
background-color: #5BBAE1;
}
.BgClassName
{
background-color: #5BBAE1;
}
</style>
border-color css
<style>
span { border-color: #5BBAE1; }
span { border-color: rgb(91,186,225); }
td.TdClassName
{
border-color: #5BBAE1;
}
.TagClassName
{
border-color: #5BBAE1;
}
</style>