Shades of Malibu #5BBAE6
Tints of Malibu #5BBAE6
RGB
CMYK
RGB Variations
Color information
#5BBAE6 (or 0x5BBAE6) is known color: Malibu. HEX triplet: 5B, BA and E6. RGB value is (91,186,230). Sum of RGB (Red+Green+Blue) = 91+186+230=507 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.95% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #5BBAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBAE6 is #A44519. Grayscale: #A2A2A2. Windows color (decimal): -10765594 or 15120987. OLE color: 15120987.
HSL color Cylindrical-coordinate representation of color #5BBAE6: hue angle of 198.99º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BBAE6 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 91 | 186 | 230 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.10 |
| HSL | 198.99º | 0.74% | 0.63% | - |
| HSV(B) | 198.99º | 0.6% | 0.9% | - |
| XYZ | 36.16 | 43.06 | 81.27 | - |
| YUV | 162.61 | 166.03 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 230 | 0.60 | 0.19 | 0 | 0.10 | 198.99 | 0.74 | 0.63 |
| Hex | 5B | BA | E6 | 3C | 13 | 0 | A | C7 | 4A | 3F |
| Octal | 133 | 272 | 346 | 74 | 23 | 0 | 12 | 307 | 112 | 77 |
| Binary | 1011011 | 10111010 | 11100110 | 111100 | 10011 | 0 | 1010 | 11000111 | 1001010 | 111111 |
Color Harmonies of #5BBAE6
Complementary color
Monochromatic Colors of #5BBAE6
Black with #5BBAE6
Text Example
Text Example
White with #5BBAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBAE6; }
p { color: rgb(91,186,230); }
H1.HeaderClassName
{
color: #5BBAE6;
}
.AnyTagClassName
{
color: #5BBAE6;
}
</style>
background-color css
<style>
a { background-color: #5BBAE6; }
a { background-color: rgb(91,186,230); }
div.DivClassName
{
background-color: #5BBAE6;
}
.BgClassName
{
background-color: #5BBAE6;
}
</style>
border-color css
<style>
span { border-color: #5BBAE6; }
span { border-color: rgb(91,186,230); }
td.TdClassName
{
border-color: #5BBAE6;
}
.TagClassName
{
border-color: #5BBAE6;
}
</style>