Shades of Malibu #5BBDED
Tints of Malibu #5BBDED
RGB
CMYK
RGB Variations
Color information
#5BBDED (or 0x5BBDED) is known color: Malibu. HEX triplet: 5B, BD and ED. RGB value is (91,189,237). Sum of RGB (Red+Green+Blue) = 91+189+237=517 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.60% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BBDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBDED is #A44212. Grayscale: #A4A4A4. Windows color (decimal): -10764819 or 15580507. OLE color: 15580507.
HSL color Cylindrical-coordinate representation of color #5BBDED: hue angle of 199.73º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BBDED is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 189 | 237 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.07 |
| HSL | 199.73º | 0.8% | 0.64% | - |
| HSV(B) | 199.73º | 0.62% | 0.93% | - |
| XYZ | 37.8 | 44.73 | 86.76 | - |
| YUV | 165.17 | 168.53 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 237 | 0.62 | 0.20 | 0 | 0.07 | 199.73 | 0.8 | 0.64 |
| Hex | 5B | BD | ED | 3E | 14 | 0 | 7 | C8 | 50 | 40 |
| Octal | 133 | 275 | 355 | 76 | 24 | 0 | 7 | 310 | 120 | 100 |
| Binary | 1011011 | 10111101 | 11101101 | 111110 | 10100 | 0 | 111 | 11001000 | 1010000 | 1000000 |
Color Harmonies of #5BBDED
Complementary color
Monochromatic Colors of #5BBDED
Black with #5BBDED
Text Example
Text Example
White with #5BBDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBDED; }
p { color: rgb(91,189,237); }
H1.HeaderClassName
{
color: #5BBDED;
}
.AnyTagClassName
{
color: #5BBDED;
}
</style>
background-color css
<style>
a { background-color: #5BBDED; }
a { background-color: rgb(91,189,237); }
div.DivClassName
{
background-color: #5BBDED;
}
.BgClassName
{
background-color: #5BBDED;
}
</style>
border-color css
<style>
span { border-color: #5BBDED; }
span { border-color: rgb(91,189,237); }
td.TdClassName
{
border-color: #5BBDED;
}
.TagClassName
{
border-color: #5BBDED;
}
</style>