Shades of Malibu #5BACED
Tints of Malibu #5BACED
RGB
CMYK
RGB Variations
Color information
#5BACED (or 0x5BACED) is known color: Malibu. HEX triplet: 5B, AC and ED. RGB value is (91,172,237). Sum of RGB (Red+Green+Blue) = 91+172+237=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BACED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BACED is #A45312. Grayscale: #9A9A9A. Windows color (decimal): -10769171 or 15576155. OLE color: 15576155.
HSL color Cylindrical-coordinate representation of color #5BACED: hue angle of 206.71º 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 #5BACED is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 172 | 237 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.07 |
| HSL | 206.71º | 0.8% | 0.64% | - |
| HSV(B) | 206.71º | 0.62% | 0.93% | - |
| XYZ | 34.35 | 37.84 | 85.61 | - |
| YUV | 155.19 | 174.16 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 237 | 0.62 | 0.27 | 0 | 0.07 | 206.71 | 0.8 | 0.64 |
| Hex | 5B | AC | ED | 3E | 1B | 0 | 7 | CF | 50 | 40 |
| Octal | 133 | 254 | 355 | 76 | 33 | 0 | 7 | 317 | 120 | 100 |
| Binary | 1011011 | 10101100 | 11101101 | 111110 | 11011 | 0 | 111 | 11001111 | 1010000 | 1000000 |
Color Harmonies of #5BACED
Complementary color
Monochromatic Colors of #5BACED
Black with #5BACED
Text Example
Text Example
White with #5BACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BACED; }
p { color: rgb(91,172,237); }
H1.HeaderClassName
{
color: #5BACED;
}
.AnyTagClassName
{
color: #5BACED;
}
</style>
background-color css
<style>
a { background-color: #5BACED; }
a { background-color: rgb(91,172,237); }
div.DivClassName
{
background-color: #5BACED;
}
.BgClassName
{
background-color: #5BACED;
}
</style>
border-color css
<style>
span { border-color: #5BACED; }
span { border-color: rgb(91,172,237); }
td.TdClassName
{
border-color: #5BACED;
}
.TagClassName
{
border-color: #5BACED;
}
</style>