Shades of Malibu #5BA9EA
Tints of Malibu #5BA9EA
RGB
CMYK
RGB Variations
Color information
#5BA9EA (or 0x5BA9EA) is known color: Malibu. HEX triplet: 5B, A9 and EA. RGB value is (91,169,234). Sum of RGB (Red+Green+Blue) = 91+169+234=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #5BA9EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA9EA is #A45615. Grayscale: #989898. Windows color (decimal): -10769942 or 15378779. OLE color: 15378779.
HSL color Cylindrical-coordinate representation of color #5BA9EA: hue angle of 207.27º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BA9EA is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 169 | 234 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.08 |
| HSL | 207.27º | 0.77% | 0.64% | - |
| HSV(B) | 207.27º | 0.61% | 0.92% | - |
| XYZ | 33.35 | 36.54 | 83.14 | - |
| YUV | 153.09 | 173.66 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 234 | 0.61 | 0.28 | 0 | 0.08 | 207.27 | 0.77 | 0.64 |
| Hex | 5B | A9 | EA | 3D | 1C | 0 | 8 | CF | 4D | 40 |
| Octal | 133 | 251 | 352 | 75 | 34 | 0 | 10 | 317 | 115 | 100 |
| Binary | 1011011 | 10101001 | 11101010 | 111101 | 11100 | 0 | 1000 | 11001111 | 1001101 | 1000000 |
Color Harmonies of #5BA9EA
Complementary color
Monochromatic Colors of #5BA9EA
Black with #5BA9EA
Text Example
Text Example
White with #5BA9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA9EA; }
p { color: rgb(91,169,234); }
H1.HeaderClassName
{
color: #5BA9EA;
}
.AnyTagClassName
{
color: #5BA9EA;
}
</style>
background-color css
<style>
a { background-color: #5BA9EA; }
a { background-color: rgb(91,169,234); }
div.DivClassName
{
background-color: #5BA9EA;
}
.BgClassName
{
background-color: #5BA9EA;
}
</style>
border-color css
<style>
span { border-color: #5BA9EA; }
span { border-color: rgb(91,169,234); }
td.TdClassName
{
border-color: #5BA9EA;
}
.TagClassName
{
border-color: #5BA9EA;
}
</style>