Shades of Malibu #5BBADB
Tints of Malibu #5BBADB
RGB
CMYK
RGB Variations
Color information
#5BBADB (or 0x5BBADB) is known color: Malibu. HEX triplet: 5B, BA and DB. RGB value is (91,186,219). Sum of RGB (Red+Green+Blue) = 91+186+219=496 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.35% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BBADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBADB is #A44524. Grayscale: #A1A1A1. Windows color (decimal): -10765605 or 14400091. OLE color: 14400091.
HSL color Cylindrical-coordinate representation of color #5BBADB: hue angle of 195.47º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BBADB is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 186 | 219 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.14 |
| HSL | 195.47º | 0.64% | 0.61% | - |
| HSV(B) | 195.47º | 0.58% | 0.86% | - |
| XYZ | 34.66 | 42.46 | 73.39 | - |
| YUV | 161.36 | 160.53 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 219 | 0.58 | 0.15 | 0 | 0.14 | 195.47 | 0.64 | 0.61 |
| Hex | 5B | BA | DB | 3A | F | 0 | E | C3 | 40 | 3D |
| Octal | 133 | 272 | 333 | 72 | 17 | 0 | 16 | 303 | 100 | 75 |
| Binary | 1011011 | 10111010 | 11011011 | 111010 | 1111 | 0 | 1110 | 11000011 | 1000000 | 111101 |
Color Harmonies of #5BBADB
Complementary color
Monochromatic Colors of #5BBADB
Black with #5BBADB
Text Example
Text Example
White with #5BBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBADB; }
p { color: rgb(91,186,219); }
H1.HeaderClassName
{
color: #5BBADB;
}
.AnyTagClassName
{
color: #5BBADB;
}
</style>
background-color css
<style>
a { background-color: #5BBADB; }
a { background-color: rgb(91,186,219); }
div.DivClassName
{
background-color: #5BBADB;
}
.BgClassName
{
background-color: #5BBADB;
}
</style>
border-color css
<style>
span { border-color: #5BBADB; }
span { border-color: rgb(91,186,219); }
td.TdClassName
{
border-color: #5BBADB;
}
.TagClassName
{
border-color: #5BBADB;
}
</style>