Shades of Malibu #5BACF2
Tints of Malibu #5BACF2
RGB
CMYK
RGB Variations
Color information
#5BACF2 (or 0x5BACF2) is known color: Malibu. HEX triplet: 5B, AC and F2. RGB value is (91,172,242). Sum of RGB (Red+Green+Blue) = 91+172+242=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #5BACF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BACF2 is #A4530D. Grayscale: #9B9B9B. Windows color (decimal): -10769166 or 15903835. OLE color: 15903835.
HSL color Cylindrical-coordinate representation of color #5BACF2: hue angle of 207.81º degrees, saturation: 0.85, 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 #5BACF2 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 172 | 242 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.05 |
| HSL | 207.81º | 0.85% | 0.65% | - |
| HSV(B) | 207.81º | 0.62% | 0.95% | - |
| XYZ | 35.09 | 38.14 | 89.52 | - |
| YUV | 155.76 | 176.66 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 242 | 0.62 | 0.29 | 0 | 0.05 | 207.81 | 0.85 | 0.65 |
| Hex | 5B | AC | F2 | 3E | 1D | 0 | 5 | D0 | 55 | 41 |
| Octal | 133 | 254 | 362 | 76 | 35 | 0 | 5 | 320 | 125 | 101 |
| Binary | 1011011 | 10101100 | 11110010 | 111110 | 11101 | 0 | 101 | 11010000 | 1010101 | 1000001 |
Color Harmonies of #5BACF2
Complementary color
Monochromatic Colors of #5BACF2
Black with #5BACF2
Text Example
Text Example
White with #5BACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BACF2; }
p { color: rgb(91,172,242); }
H1.HeaderClassName
{
color: #5BACF2;
}
.AnyTagClassName
{
color: #5BACF2;
}
</style>
background-color css
<style>
a { background-color: #5BACF2; }
a { background-color: rgb(91,172,242); }
div.DivClassName
{
background-color: #5BACF2;
}
.BgClassName
{
background-color: #5BACF2;
}
</style>
border-color css
<style>
span { border-color: #5BACF2; }
span { border-color: rgb(91,172,242); }
td.TdClassName
{
border-color: #5BACF2;
}
.TagClassName
{
border-color: #5BACF2;
}
</style>