Shades of Malibu #5BBCDB
Tints of Malibu #5BBCDB
RGB
CMYK
RGB Variations
Color information
#5BBCDB (or 0x5BBCDB) is known color: Malibu. HEX triplet: 5B, BC and DB. RGB value is (91,188,219). Sum of RGB (Red+Green+Blue) = 91+188+219=498 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.27% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BBCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCDB is #A44324. Grayscale: #A2A2A2. Windows color (decimal): -10765093 or 14400603. OLE color: 14400603.
HSL color Cylindrical-coordinate representation of color #5BBCDB: hue angle of 194.53º 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 #5BBCDB is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 188 | 219 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.14 |
| HSL | 194.53º | 0.64% | 0.61% | - |
| HSV(B) | 194.53º | 0.58% | 0.86% | - |
| XYZ | 35.08 | 43.31 | 73.53 | - |
| YUV | 162.53 | 159.86 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 219 | 0.58 | 0.14 | 0 | 0.14 | 194.53 | 0.64 | 0.61 |
| Hex | 5B | BC | DB | 3A | E | 0 | E | C3 | 40 | 3D |
| Octal | 133 | 274 | 333 | 72 | 16 | 0 | 16 | 303 | 100 | 75 |
| Binary | 1011011 | 10111100 | 11011011 | 111010 | 1110 | 0 | 1110 | 11000011 | 1000000 | 111101 |
Color Harmonies of #5BBCDB
Complementary color
Monochromatic Colors of #5BBCDB
Black with #5BBCDB
Text Example
Text Example
White with #5BBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCDB; }
p { color: rgb(91,188,219); }
H1.HeaderClassName
{
color: #5BBCDB;
}
.AnyTagClassName
{
color: #5BBCDB;
}
</style>
background-color css
<style>
a { background-color: #5BBCDB; }
a { background-color: rgb(91,188,219); }
div.DivClassName
{
background-color: #5BBCDB;
}
.BgClassName
{
background-color: #5BBCDB;
}
</style>
border-color css
<style>
span { border-color: #5BBCDB; }
span { border-color: rgb(91,188,219); }
td.TdClassName
{
border-color: #5BBCDB;
}
.TagClassName
{
border-color: #5BBCDB;
}
</style>