Shades of Malibu #5BBCDD
Tints of Malibu #5BBCDD
RGB
CMYK
RGB Variations
Color information
#5BBCDD (or 0x5BBCDD) is known color: Malibu. HEX triplet: 5B, BC and DD. RGB value is (91,188,221). Sum of RGB (Red+Green+Blue) = 91+188+221=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BBCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCDD is #A44322. Grayscale: #A2A2A2. Windows color (decimal): -10765091 or 14531675. OLE color: 14531675.
HSL color Cylindrical-coordinate representation of color #5BBCDD: hue angle of 195.23º 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 #5BBCDD is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 188 | 221 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.13 |
| HSL | 195.23º | 0.66% | 0.61% | - |
| HSV(B) | 195.23º | 0.59% | 0.87% | - |
| XYZ | 35.35 | 43.41 | 74.92 | - |
| YUV | 162.76 | 160.86 | 76.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 221 | 0.59 | 0.15 | 0 | 0.13 | 195.23 | 0.66 | 0.61 |
| Hex | 5B | BC | DD | 3B | F | 0 | D | C3 | 42 | 3D |
| Octal | 133 | 274 | 335 | 73 | 17 | 0 | 15 | 303 | 102 | 75 |
| Binary | 1011011 | 10111100 | 11011101 | 111011 | 1111 | 0 | 1101 | 11000011 | 1000010 | 111101 |
Color Harmonies of #5BBCDD
Complementary color
Monochromatic Colors of #5BBCDD
Black with #5BBCDD
Text Example
Text Example
White with #5BBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCDD; }
p { color: rgb(91,188,221); }
H1.HeaderClassName
{
color: #5BBCDD;
}
.AnyTagClassName
{
color: #5BBCDD;
}
</style>
background-color css
<style>
a { background-color: #5BBCDD; }
a { background-color: rgb(91,188,221); }
div.DivClassName
{
background-color: #5BBCDD;
}
.BgClassName
{
background-color: #5BBCDD;
}
</style>
border-color css
<style>
span { border-color: #5BBCDD; }
span { border-color: rgb(91,188,221); }
td.TdClassName
{
border-color: #5BBCDD;
}
.TagClassName
{
border-color: #5BBCDD;
}
</style>