Shades of Malibu #5BAFF1
Tints of Malibu #5BAFF1
RGB
CMYK
RGB Variations
Color information
#5BAFF1 (or 0x5BAFF1) is known color: Malibu. HEX triplet: 5B, AF and F1. RGB value is (91,175,241). Sum of RGB (Red+Green+Blue) = 91+175+241=507 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.95% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #5BAFF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAFF1 is #A4500E. Grayscale: #9D9D9D. Windows color (decimal): -10768399 or 15839067. OLE color: 15839067.
HSL color Cylindrical-coordinate representation of color #5BAFF1: hue angle of 206.4º 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 #5BAFF1 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 175 | 241 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.05 |
| HSL | 206.4º | 0.84% | 0.65% | - |
| HSV(B) | 206.4º | 0.62% | 0.95% | - |
| XYZ | 35.52 | 39.23 | 88.92 | - |
| YUV | 157.41 | 175.17 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 241 | 0.62 | 0.27 | 0 | 0.05 | 206.4 | 0.84 | 0.65 |
| Hex | 5B | AF | F1 | 3E | 1B | 0 | 5 | CE | 54 | 41 |
| Octal | 133 | 257 | 361 | 76 | 33 | 0 | 5 | 316 | 124 | 101 |
| Binary | 1011011 | 10101111 | 11110001 | 111110 | 11011 | 0 | 101 | 11001110 | 1010100 | 1000001 |
Color Harmonies of #5BAFF1
Complementary color
Monochromatic Colors of #5BAFF1
Black with #5BAFF1
Text Example
Text Example
White with #5BAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFF1; }
p { color: rgb(91,175,241); }
H1.HeaderClassName
{
color: #5BAFF1;
}
.AnyTagClassName
{
color: #5BAFF1;
}
</style>
background-color css
<style>
a { background-color: #5BAFF1; }
a { background-color: rgb(91,175,241); }
div.DivClassName
{
background-color: #5BAFF1;
}
.BgClassName
{
background-color: #5BAFF1;
}
</style>
border-color css
<style>
span { border-color: #5BAFF1; }
span { border-color: rgb(91,175,241); }
td.TdClassName
{
border-color: #5BAFF1;
}
.TagClassName
{
border-color: #5BAFF1;
}
</style>