Shades of Malibu #5BA9EE
Tints of Malibu #5BA9EE
RGB
CMYK
RGB Variations
Color information
#5BA9EE (or 0x5BA9EE) is known color: Malibu. HEX triplet: 5B, A9 and EE. RGB value is (91,169,238). Sum of RGB (Red+Green+Blue) = 91+169+238=498 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.27% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BA9EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA9EE is #A45611. Grayscale: #999999. Windows color (decimal): -10769938 or 15640923. OLE color: 15640923.
HSL color Cylindrical-coordinate representation of color #5BA9EE: hue angle of 208.16º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BA9EE is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 169 | 238 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.07 |
| HSL | 208.16º | 0.81% | 0.65% | - |
| HSV(B) | 208.16º | 0.62% | 0.93% | - |
| XYZ | 33.93 | 36.77 | 86.2 | - |
| YUV | 153.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 238 | 0.62 | 0.29 | 0 | 0.07 | 208.16 | 0.81 | 0.65 |
| Hex | 5B | A9 | EE | 3E | 1D | 0 | 7 | D0 | 51 | 41 |
| Octal | 133 | 251 | 356 | 76 | 35 | 0 | 7 | 320 | 121 | 101 |
| Binary | 1011011 | 10101001 | 11101110 | 111110 | 11101 | 0 | 111 | 11010000 | 1010001 | 1000001 |
Color Harmonies of #5BA9EE
Complementary color
Monochromatic Colors of #5BA9EE
Black with #5BA9EE
Text Example
Text Example
White with #5BA9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA9EE; }
p { color: rgb(91,169,238); }
H1.HeaderClassName
{
color: #5BA9EE;
}
.AnyTagClassName
{
color: #5BA9EE;
}
</style>
background-color css
<style>
a { background-color: #5BA9EE; }
a { background-color: rgb(91,169,238); }
div.DivClassName
{
background-color: #5BA9EE;
}
.BgClassName
{
background-color: #5BA9EE;
}
</style>
border-color css
<style>
span { border-color: #5BA9EE; }
span { border-color: rgb(91,169,238); }
td.TdClassName
{
border-color: #5BA9EE;
}
.TagClassName
{
border-color: #5BA9EE;
}
</style>