Shades of Malibu #5BACEA
Tints of Malibu #5BACEA
RGB
CMYK
RGB Variations
Color information
#5BACEA (or 0x5BACEA) is known color: Malibu. HEX triplet: 5B, AC and EA. RGB value is (91,172,234). Sum of RGB (Red+Green+Blue) = 91+172+234=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #5BACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BACEA is #A45315. Grayscale: #9A9A9A. Windows color (decimal): -10769174 or 15379547. OLE color: 15379547.
HSL color Cylindrical-coordinate representation of color #5BACEA: hue angle of 206.01º 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 #5BACEA is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 172 | 234 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.08 |
| HSL | 206.01º | 0.77% | 0.64% | - |
| HSV(B) | 206.01º | 0.61% | 0.92% | - |
| XYZ | 33.92 | 37.67 | 83.33 | - |
| YUV | 154.85 | 172.66 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 234 | 0.61 | 0.26 | 0 | 0.08 | 206.01 | 0.77 | 0.64 |
| Hex | 5B | AC | EA | 3D | 1A | 0 | 8 | CE | 4D | 40 |
| Octal | 133 | 254 | 352 | 75 | 32 | 0 | 10 | 316 | 115 | 100 |
| Binary | 1011011 | 10101100 | 11101010 | 111101 | 11010 | 0 | 1000 | 11001110 | 1001101 | 1000000 |
Color Harmonies of #5BACEA
Complementary color
Monochromatic Colors of #5BACEA
Black with #5BACEA
Text Example
Text Example
White with #5BACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BACEA; }
p { color: rgb(91,172,234); }
H1.HeaderClassName
{
color: #5BACEA;
}
.AnyTagClassName
{
color: #5BACEA;
}
</style>
background-color css
<style>
a { background-color: #5BACEA; }
a { background-color: rgb(91,172,234); }
div.DivClassName
{
background-color: #5BACEA;
}
.BgClassName
{
background-color: #5BACEA;
}
</style>
border-color css
<style>
span { border-color: #5BACEA; }
span { border-color: rgb(91,172,234); }
td.TdClassName
{
border-color: #5BACEA;
}
.TagClassName
{
border-color: #5BACEA;
}
</style>