Shades of Malibu #5BBBDC
Tints of Malibu #5BBBDC
RGB
CMYK
RGB Variations
Color information
#5BBBDC (or 0x5BBBDC) is known color: Malibu. HEX triplet: 5B, BB and DC. RGB value is (91,187,220). Sum of RGB (Red+Green+Blue) = 91+187+220=498 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.27% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BBBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBBDC is #A44423. Grayscale: #A1A1A1. Windows color (decimal): -10765348 or 14465883. OLE color: 14465883.
HSL color Cylindrical-coordinate representation of color #5BBBDC: hue angle of 195.35º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BBBDC is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 187 | 220 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.14 |
| HSL | 195.35º | 0.65% | 0.61% | - |
| HSV(B) | 195.35º | 0.59% | 0.86% | - |
| XYZ | 35 | 42.93 | 74.15 | - |
| YUV | 162.06 | 160.7 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 187 | 220 | 0.59 | 0.15 | 0 | 0.14 | 195.35 | 0.65 | 0.61 |
| Hex | 5B | BB | DC | 3B | F | 0 | E | C3 | 41 | 3D |
| Octal | 133 | 273 | 334 | 73 | 17 | 0 | 16 | 303 | 101 | 75 |
| Binary | 1011011 | 10111011 | 11011100 | 111011 | 1111 | 0 | 1110 | 11000011 | 1000001 | 111101 |
Color Harmonies of #5BBBDC
Complementary color
Monochromatic Colors of #5BBBDC
Black with #5BBBDC
Text Example
Text Example
White with #5BBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBBDC; }
p { color: rgb(91,187,220); }
H1.HeaderClassName
{
color: #5BBBDC;
}
.AnyTagClassName
{
color: #5BBBDC;
}
</style>
background-color css
<style>
a { background-color: #5BBBDC; }
a { background-color: rgb(91,187,220); }
div.DivClassName
{
background-color: #5BBBDC;
}
.BgClassName
{
background-color: #5BBBDC;
}
</style>
border-color css
<style>
span { border-color: #5BBBDC; }
span { border-color: rgb(91,187,220); }
td.TdClassName
{
border-color: #5BBBDC;
}
.TagClassName
{
border-color: #5BBBDC;
}
</style>