Shades of Malibu #5BBBDB
Tints of Malibu #5BBBDB
RGB
CMYK
RGB Variations
Color information
#5BBBDB (or 0x5BBBDB) is known color: Malibu. HEX triplet: 5B, BB and DB. RGB value is (91,187,219). Sum of RGB (Red+Green+Blue) = 91+187+219=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BBBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBBDB is #A44424. Grayscale: #A1A1A1. Windows color (decimal): -10765349 or 14400347. OLE color: 14400347.
HSL color Cylindrical-coordinate representation of color #5BBBDB: hue angle of 195º 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 #5BBBDB is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 187 | 219 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.14 |
| HSL | 195º | 0.64% | 0.61% | - |
| HSV(B) | 195º | 0.58% | 0.86% | - |
| XYZ | 34.87 | 42.88 | 73.46 | - |
| YUV | 161.94 | 160.2 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 187 | 219 | 0.58 | 0.15 | 0 | 0.14 | 195 | 0.64 | 0.61 |
| Hex | 5B | BB | DB | 3A | F | 0 | E | C3 | 40 | 3D |
| Octal | 133 | 273 | 333 | 72 | 17 | 0 | 16 | 303 | 100 | 75 |
| Binary | 1011011 | 10111011 | 11011011 | 111010 | 1111 | 0 | 1110 | 11000011 | 1000000 | 111101 |
Color Harmonies of #5BBBDB
Complementary color
Monochromatic Colors of #5BBBDB
Black with #5BBBDB
Text Example
Text Example
White with #5BBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBBDB; }
p { color: rgb(91,187,219); }
H1.HeaderClassName
{
color: #5BBBDB;
}
.AnyTagClassName
{
color: #5BBBDB;
}
</style>
background-color css
<style>
a { background-color: #5BBBDB; }
a { background-color: rgb(91,187,219); }
div.DivClassName
{
background-color: #5BBBDB;
}
.BgClassName
{
background-color: #5BBBDB;
}
</style>
border-color css
<style>
span { border-color: #5BBBDB; }
span { border-color: rgb(91,187,219); }
td.TdClassName
{
border-color: #5BBBDB;
}
.TagClassName
{
border-color: #5BBBDB;
}
</style>