Shades of Malibu #5BAFF2
Tints of Malibu #5BAFF2
RGB
CMYK
RGB Variations
Color information
#5BAFF2 (or 0x5BAFF2) is known color: Malibu. HEX triplet: 5B, AF and F2. RGB value is (91,175,242). Sum of RGB (Red+Green+Blue) = 91+175+242=508 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.91% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #5BAFF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAFF2 is #A4500D. Grayscale: #9D9D9D. Windows color (decimal): -10768398 or 15904603. OLE color: 15904603.
HSL color Cylindrical-coordinate representation of color #5BAFF2: hue angle of 206.62º 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 #5BAFF2 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 175 | 242 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.05 |
| HSL | 206.62º | 0.85% | 0.65% | - |
| HSV(B) | 206.62º | 0.62% | 0.95% | - |
| XYZ | 35.67 | 39.29 | 89.71 | - |
| YUV | 157.52 | 175.67 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 242 | 0.62 | 0.28 | 0 | 0.05 | 206.62 | 0.85 | 0.65 |
| Hex | 5B | AF | F2 | 3E | 1C | 0 | 5 | CF | 55 | 41 |
| Octal | 133 | 257 | 362 | 76 | 34 | 0 | 5 | 317 | 125 | 101 |
| Binary | 1011011 | 10101111 | 11110010 | 111110 | 11100 | 0 | 101 | 11001111 | 1010101 | 1000001 |
Color Harmonies of #5BAFF2
Complementary color
Monochromatic Colors of #5BAFF2
Black with #5BAFF2
Text Example
Text Example
White with #5BAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFF2; }
p { color: rgb(91,175,242); }
H1.HeaderClassName
{
color: #5BAFF2;
}
.AnyTagClassName
{
color: #5BAFF2;
}
</style>
background-color css
<style>
a { background-color: #5BAFF2; }
a { background-color: rgb(91,175,242); }
div.DivClassName
{
background-color: #5BAFF2;
}
.BgClassName
{
background-color: #5BAFF2;
}
</style>
border-color css
<style>
span { border-color: #5BAFF2; }
span { border-color: rgb(91,175,242); }
td.TdClassName
{
border-color: #5BAFF2;
}
.TagClassName
{
border-color: #5BAFF2;
}
</style>