Shades of Malibu #5BBDDD
Tints of Malibu #5BBDDD
RGB
CMYK
RGB Variations
Color information
#5BBDDD (or 0x5BBDDD) is known color: Malibu. HEX triplet: 5B, BD and DD. RGB value is (91,189,221). Sum of RGB (Red+Green+Blue) = 91+189+221=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BBDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBDDD is #A44222. Grayscale: #A3A3A3. Windows color (decimal): -10764835 or 14531931. OLE color: 14531931.
HSL color Cylindrical-coordinate representation of color #5BBDDD: hue angle of 194.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 #5BBDDD is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 189 | 221 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.13 |
| HSL | 194.77º | 0.66% | 0.61% | - |
| HSV(B) | 194.77º | 0.59% | 0.87% | - |
| XYZ | 35.56 | 43.84 | 74.99 | - |
| YUV | 163.35 | 160.53 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 221 | 0.59 | 0.14 | 0 | 0.13 | 194.77 | 0.66 | 0.61 |
| Hex | 5B | BD | DD | 3B | E | 0 | D | C3 | 42 | 3D |
| Octal | 133 | 275 | 335 | 73 | 16 | 0 | 15 | 303 | 102 | 75 |
| Binary | 1011011 | 10111101 | 11011101 | 111011 | 1110 | 0 | 1101 | 11000011 | 1000010 | 111101 |
Color Harmonies of #5BBDDD
Complementary color
Monochromatic Colors of #5BBDDD
Black with #5BBDDD
Text Example
Text Example
White with #5BBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBDDD; }
p { color: rgb(91,189,221); }
H1.HeaderClassName
{
color: #5BBDDD;
}
.AnyTagClassName
{
color: #5BBDDD;
}
</style>
background-color css
<style>
a { background-color: #5BBDDD; }
a { background-color: rgb(91,189,221); }
div.DivClassName
{
background-color: #5BBDDD;
}
.BgClassName
{
background-color: #5BBDDD;
}
</style>
border-color css
<style>
span { border-color: #5BBDDD; }
span { border-color: rgb(91,189,221); }
td.TdClassName
{
border-color: #5BBDDD;
}
.TagClassName
{
border-color: #5BBDDD;
}
</style>