Shades of Malibu #5BBADD
Tints of Malibu #5BBADD
RGB
CMYK
RGB Variations
Color information
#5BBADD (or 0x5BBADD) is known color: Malibu. HEX triplet: 5B, BA and DD. RGB value is (91,186,221). Sum of RGB (Red+Green+Blue) = 91+186+221=498 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.27% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BBADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBADD is #A44522. Grayscale: #A1A1A1. Windows color (decimal): -10765603 or 14531163. OLE color: 14531163.
HSL color Cylindrical-coordinate representation of color #5BBADD: hue angle of 196.15º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BBADD is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 186 | 221 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.13 |
| HSL | 196.15º | 0.66% | 0.61% | - |
| HSV(B) | 196.15º | 0.59% | 0.87% | - |
| XYZ | 34.92 | 42.56 | 74.78 | - |
| YUV | 161.59 | 161.53 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 221 | 0.59 | 0.16 | 0 | 0.13 | 196.15 | 0.66 | 0.61 |
| Hex | 5B | BA | DD | 3B | 10 | 0 | D | C4 | 42 | 3D |
| Octal | 133 | 272 | 335 | 73 | 20 | 0 | 15 | 304 | 102 | 75 |
| Binary | 1011011 | 10111010 | 11011101 | 111011 | 10000 | 0 | 1101 | 11000100 | 1000010 | 111101 |
Color Harmonies of #5BBADD
Complementary color
Monochromatic Colors of #5BBADD
Black with #5BBADD
Text Example
Text Example
White with #5BBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBADD; }
p { color: rgb(91,186,221); }
H1.HeaderClassName
{
color: #5BBADD;
}
.AnyTagClassName
{
color: #5BBADD;
}
</style>
background-color css
<style>
a { background-color: #5BBADD; }
a { background-color: rgb(91,186,221); }
div.DivClassName
{
background-color: #5BBADD;
}
.BgClassName
{
background-color: #5BBADD;
}
</style>
border-color css
<style>
span { border-color: #5BBADD; }
span { border-color: rgb(91,186,221); }
td.TdClassName
{
border-color: #5BBADD;
}
.TagClassName
{
border-color: #5BBADD;
}
</style>