Shades of Malibu #5BAADF
Tints of Malibu #5BAADF
RGB
CMYK
RGB Variations
Color information
#5BAADF (or 0x5BAADF) is known color: Malibu. HEX triplet: 5B, AA and DF. RGB value is (91,170,223). Sum of RGB (Red+Green+Blue) = 91+170+223=484 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.80% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #5BAADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAADF is #A45520. Grayscale: #989898. Windows color (decimal): -10769697 or 14658139. OLE color: 14658139.
HSL color Cylindrical-coordinate representation of color #5BAADF: hue angle of 204.09º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BAADF is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 170 | 223 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.13 |
| HSL | 204.09º | 0.67% | 0.62% | - |
| HSV(B) | 204.09º | 0.59% | 0.87% | - |
| XYZ | 32.01 | 36.3 | 75.13 | - |
| YUV | 152.42 | 167.83 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 223 | 0.59 | 0.24 | 0 | 0.13 | 204.09 | 0.67 | 0.62 |
| Hex | 5B | AA | DF | 3B | 18 | 0 | D | CC | 43 | 3E |
| Octal | 133 | 252 | 337 | 73 | 30 | 0 | 15 | 314 | 103 | 76 |
| Binary | 1011011 | 10101010 | 11011111 | 111011 | 11000 | 0 | 1101 | 11001100 | 1000011 | 111110 |
Color Harmonies of #5BAADF
Complementary color
Monochromatic Colors of #5BAADF
Black with #5BAADF
Text Example
Text Example
White with #5BAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAADF; }
p { color: rgb(91,170,223); }
H1.HeaderClassName
{
color: #5BAADF;
}
.AnyTagClassName
{
color: #5BAADF;
}
</style>
background-color css
<style>
a { background-color: #5BAADF; }
a { background-color: rgb(91,170,223); }
div.DivClassName
{
background-color: #5BAADF;
}
.BgClassName
{
background-color: #5BAADF;
}
</style>
border-color css
<style>
span { border-color: #5BAADF; }
span { border-color: rgb(91,170,223); }
td.TdClassName
{
border-color: #5BAADF;
}
.TagClassName
{
border-color: #5BAADF;
}
</style>