Shades of Malibu #5BB0DD
Tints of Malibu #5BB0DD
RGB
CMYK
RGB Variations
Color information
#5BB0DD (or 0x5BB0DD) is known color: Malibu. HEX triplet: 5B, B0 and DD. RGB value is (91,176,221). Sum of RGB (Red+Green+Blue) = 91+176+221=488 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.65% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BB0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BB0DD is #A44F22. Grayscale: #9B9B9B. Windows color (decimal): -10768163 or 14528603. OLE color: 14528603.
HSL color Cylindrical-coordinate representation of color #5BB0DD: hue angle of 200.77º 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 #5BB0DD is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 176 | 221 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.13 |
| HSL | 200.77º | 0.66% | 0.61% | - |
| HSV(B) | 200.77º | 0.59% | 0.87% | - |
| XYZ | 32.89 | 38.5 | 74.1 | - |
| YUV | 155.72 | 164.84 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 176 | 221 | 0.59 | 0.20 | 0 | 0.13 | 200.77 | 0.66 | 0.61 |
| Hex | 5B | B0 | DD | 3B | 14 | 0 | D | C9 | 42 | 3D |
| Octal | 133 | 260 | 335 | 73 | 24 | 0 | 15 | 311 | 102 | 75 |
| Binary | 1011011 | 10110000 | 11011101 | 111011 | 10100 | 0 | 1101 | 11001001 | 1000010 | 111101 |
Color Harmonies of #5BB0DD
Complementary color
Monochromatic Colors of #5BB0DD
Black with #5BB0DD
Text Example
Text Example
White with #5BB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB0DD; }
p { color: rgb(91,176,221); }
H1.HeaderClassName
{
color: #5BB0DD;
}
.AnyTagClassName
{
color: #5BB0DD;
}
</style>
background-color css
<style>
a { background-color: #5BB0DD; }
a { background-color: rgb(91,176,221); }
div.DivClassName
{
background-color: #5BB0DD;
}
.BgClassName
{
background-color: #5BB0DD;
}
</style>
border-color css
<style>
span { border-color: #5BB0DD; }
span { border-color: rgb(91,176,221); }
td.TdClassName
{
border-color: #5BB0DD;
}
.TagClassName
{
border-color: #5BB0DD;
}
</style>