Shades of Malibu #5BB1DB
Tints of Malibu #5BB1DB
RGB
CMYK
RGB Variations
Color information
#5BB1DB (or 0x5BB1DB) is known color: Malibu. HEX triplet: 5B, B1 and DB. RGB value is (91,177,219). Sum of RGB (Red+Green+Blue) = 91+177+219=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BB1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BB1DB is #A44E24. Grayscale: #9B9B9B. Windows color (decimal): -10767909 or 14397787. OLE color: 14397787.
HSL color Cylindrical-coordinate representation of color #5BB1DB: hue angle of 199.69º 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 #5BB1DB is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 177 | 219 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.14 |
| HSL | 199.69º | 0.64% | 0.61% | - |
| HSV(B) | 199.69º | 0.58% | 0.86% | - |
| XYZ | 32.82 | 38.78 | 72.77 | - |
| YUV | 156.07 | 163.51 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 177 | 219 | 0.58 | 0.19 | 0 | 0.14 | 199.69 | 0.64 | 0.61 |
| Hex | 5B | B1 | DB | 3A | 13 | 0 | E | C8 | 40 | 3D |
| Octal | 133 | 261 | 333 | 72 | 23 | 0 | 16 | 310 | 100 | 75 |
| Binary | 1011011 | 10110001 | 11011011 | 111010 | 10011 | 0 | 1110 | 11001000 | 1000000 | 111101 |
Color Harmonies of #5BB1DB
Complementary color
Monochromatic Colors of #5BB1DB
Black with #5BB1DB
Text Example
Text Example
White with #5BB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB1DB; }
p { color: rgb(91,177,219); }
H1.HeaderClassName
{
color: #5BB1DB;
}
.AnyTagClassName
{
color: #5BB1DB;
}
</style>
background-color css
<style>
a { background-color: #5BB1DB; }
a { background-color: rgb(91,177,219); }
div.DivClassName
{
background-color: #5BB1DB;
}
.BgClassName
{
background-color: #5BB1DB;
}
</style>
border-color css
<style>
span { border-color: #5BB1DB; }
span { border-color: rgb(91,177,219); }
td.TdClassName
{
border-color: #5BB1DB;
}
.TagClassName
{
border-color: #5BB1DB;
}
</style>