Shades of Malibu #5BAAEB
Tints of Malibu #5BAAEB
RGB
CMYK
RGB Variations
Color information
#5BAAEB (or 0x5BAAEB) is known color: Malibu. HEX triplet: 5B, AA and EB. RGB value is (91,170,235). Sum of RGB (Red+Green+Blue) = 91+170+235=496 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.35% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAAEB is #A45514. Grayscale: #999999. Windows color (decimal): -10769685 or 15444571. OLE color: 15444571.
HSL color Cylindrical-coordinate representation of color #5BAAEB: hue angle of 207.08º degrees, saturation: 0.78, 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 #5BAAEB is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 170 | 235 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.08 |
| HSL | 207.08º | 0.78% | 0.64% | - |
| HSV(B) | 207.08º | 0.61% | 0.92% | - |
| XYZ | 33.68 | 36.97 | 83.96 | - |
| YUV | 153.79 | 173.83 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 235 | 0.61 | 0.28 | 0 | 0.08 | 207.08 | 0.78 | 0.64 |
| Hex | 5B | AA | EB | 3D | 1C | 0 | 8 | CF | 4E | 40 |
| Octal | 133 | 252 | 353 | 75 | 34 | 0 | 10 | 317 | 116 | 100 |
| Binary | 1011011 | 10101010 | 11101011 | 111101 | 11100 | 0 | 1000 | 11001111 | 1001110 | 1000000 |
Color Harmonies of #5BAAEB
Complementary color
Monochromatic Colors of #5BAAEB
Black with #5BAAEB
Text Example
Text Example
White with #5BAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAAEB; }
p { color: rgb(91,170,235); }
H1.HeaderClassName
{
color: #5BAAEB;
}
.AnyTagClassName
{
color: #5BAAEB;
}
</style>
background-color css
<style>
a { background-color: #5BAAEB; }
a { background-color: rgb(91,170,235); }
div.DivClassName
{
background-color: #5BAAEB;
}
.BgClassName
{
background-color: #5BAAEB;
}
</style>
border-color css
<style>
span { border-color: #5BAAEB; }
span { border-color: rgb(91,170,235); }
td.TdClassName
{
border-color: #5BAAEB;
}
.TagClassName
{
border-color: #5BAAEB;
}
</style>