Shades of Malibu #5BAFF6
Tints of Malibu #5BAFF6
RGB
CMYK
RGB Variations
Color information
#5BAFF6 (or 0x5BAFF6) is known color: Malibu. HEX triplet: 5B, AF and F6. RGB value is (91,175,246). Sum of RGB (Red+Green+Blue) = 91+175+246=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #5BAFF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAFF6 is #A45009. Grayscale: #9D9D9D. Windows color (decimal): -10768394 or 16166747. OLE color: 16166747.
HSL color Cylindrical-coordinate representation of color #5BAFF6: hue angle of 207.48º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BAFF6 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 91 | 175 | 246 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.04 |
| HSL | 207.48º | 0.9% | 0.66% | - |
| HSV(B) | 207.48º | 0.63% | 0.96% | - |
| XYZ | 36.28 | 39.54 | 92.91 | - |
| YUV | 157.98 | 177.67 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 246 | 0.63 | 0.29 | 0 | 0.04 | 207.48 | 0.9 | 0.66 |
| Hex | 5B | AF | F6 | 3F | 1D | 0 | 4 | CF | 5A | 42 |
| Octal | 133 | 257 | 366 | 77 | 35 | 0 | 4 | 317 | 132 | 102 |
| Binary | 1011011 | 10101111 | 11110110 | 111111 | 11101 | 0 | 100 | 11001111 | 1011010 | 1000010 |
Color Harmonies of #5BAFF6
Complementary color
Monochromatic Colors of #5BAFF6
Black with #5BAFF6
Text Example
Text Example
White with #5BAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFF6; }
p { color: rgb(91,175,246); }
H1.HeaderClassName
{
color: #5BAFF6;
}
.AnyTagClassName
{
color: #5BAFF6;
}
</style>
background-color css
<style>
a { background-color: #5BAFF6; }
a { background-color: rgb(91,175,246); }
div.DivClassName
{
background-color: #5BAFF6;
}
.BgClassName
{
background-color: #5BAFF6;
}
</style>
border-color css
<style>
span { border-color: #5BAFF6; }
span { border-color: rgb(91,175,246); }
td.TdClassName
{
border-color: #5BAFF6;
}
.TagClassName
{
border-color: #5BAFF6;
}
</style>