Shades of Malibu #5BACF1
Tints of Malibu #5BACF1
RGB
CMYK
RGB Variations
Color information
#5BACF1 (or 0x5BACF1) is known color: Malibu. HEX triplet: 5B, AC and F1. RGB value is (91,172,241). Sum of RGB (Red+Green+Blue) = 91+172+241=504 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.06% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #5BACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BACF1 is #A4530E. Grayscale: #9B9B9B. Windows color (decimal): -10769167 or 15838299. OLE color: 15838299.
HSL color Cylindrical-coordinate representation of color #5BACF1: hue angle of 207.6º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BACF1 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 172 | 241 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.05 |
| HSL | 207.6º | 0.84% | 0.65% | - |
| HSV(B) | 207.6º | 0.62% | 0.95% | - |
| XYZ | 34.94 | 38.08 | 88.73 | - |
| YUV | 155.65 | 176.16 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 241 | 0.62 | 0.29 | 0 | 0.05 | 207.6 | 0.84 | 0.65 |
| Hex | 5B | AC | F1 | 3E | 1D | 0 | 5 | D0 | 54 | 41 |
| Octal | 133 | 254 | 361 | 76 | 35 | 0 | 5 | 320 | 124 | 101 |
| Binary | 1011011 | 10101100 | 11110001 | 111110 | 11101 | 0 | 101 | 11010000 | 1010100 | 1000001 |
Color Harmonies of #5BACF1
Complementary color
Monochromatic Colors of #5BACF1
Black with #5BACF1
Text Example
Text Example
White with #5BACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BACF1; }
p { color: rgb(91,172,241); }
H1.HeaderClassName
{
color: #5BACF1;
}
.AnyTagClassName
{
color: #5BACF1;
}
</style>
background-color css
<style>
a { background-color: #5BACF1; }
a { background-color: rgb(91,172,241); }
div.DivClassName
{
background-color: #5BACF1;
}
.BgClassName
{
background-color: #5BACF1;
}
</style>
border-color css
<style>
span { border-color: #5BACF1; }
span { border-color: rgb(91,172,241); }
td.TdClassName
{
border-color: #5BACF1;
}
.TagClassName
{
border-color: #5BACF1;
}
</style>