Shades of Malibu #5BB4DB
Tints of Malibu #5BB4DB
RGB
CMYK
RGB Variations
Color information
#5BB4DB (or 0x5BB4DB) is known color: Malibu. HEX triplet: 5B, B4 and DB. RGB value is (91,180,219). Sum of RGB (Red+Green+Blue) = 91+180+219=490 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.57% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BB4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB4DB is #A44B24. Grayscale: #9D9D9D. Windows color (decimal): -10767141 or 14398555. OLE color: 14398555.
HSL color Cylindrical-coordinate representation of color #5BB4DB: hue angle of 198.28º 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 #5BB4DB is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 180 | 219 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.14 |
| HSL | 198.28º | 0.64% | 0.61% | - |
| HSV(B) | 198.28º | 0.58% | 0.86% | - |
| XYZ | 33.42 | 39.98 | 72.97 | - |
| YUV | 157.84 | 162.51 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 180 | 219 | 0.58 | 0.18 | 0 | 0.14 | 198.28 | 0.64 | 0.61 |
| Hex | 5B | B4 | DB | 3A | 12 | 0 | E | C6 | 40 | 3D |
| Octal | 133 | 264 | 333 | 72 | 22 | 0 | 16 | 306 | 100 | 75 |
| Binary | 1011011 | 10110100 | 11011011 | 111010 | 10010 | 0 | 1110 | 11000110 | 1000000 | 111101 |
Color Harmonies of #5BB4DB
Complementary color
Monochromatic Colors of #5BB4DB
Black with #5BB4DB
Text Example
Text Example
White with #5BB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB4DB; }
p { color: rgb(91,180,219); }
H1.HeaderClassName
{
color: #5BB4DB;
}
.AnyTagClassName
{
color: #5BB4DB;
}
</style>
background-color css
<style>
a { background-color: #5BB4DB; }
a { background-color: rgb(91,180,219); }
div.DivClassName
{
background-color: #5BB4DB;
}
.BgClassName
{
background-color: #5BB4DB;
}
</style>
border-color css
<style>
span { border-color: #5BB4DB; }
span { border-color: rgb(91,180,219); }
td.TdClassName
{
border-color: #5BB4DB;
}
.TagClassName
{
border-color: #5BB4DB;
}
</style>