Shades of Malibu #5ABDD9
Tints of Malibu #5ABDD9
RGB
CMYK
RGB Variations
Color information
#5ABDD9 (or 0x5ABDD9) is known color: Malibu. HEX triplet: 5A, BD and D9. RGB value is (90,189,217). Sum of RGB (Red+Green+Blue) = 90+189+217=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #5ABDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDD9 is #A54226. Grayscale: #A2A2A2. Windows color (decimal): -10830375 or 14269786. OLE color: 14269786.
HSL color Cylindrical-coordinate representation of color #5ABDD9: hue angle of 193.23º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ABDD9 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 189 | 217 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.15 |
| HSL | 193.23º | 0.63% | 0.6% | - |
| HSV(B) | 193.23º | 0.59% | 0.85% | - |
| XYZ | 34.94 | 43.58 | 72.22 | - |
| YUV | 162.59 | 158.7 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 217 | 0.59 | 0.13 | 0 | 0.15 | 193.23 | 0.63 | 0.6 |
| Hex | 5A | BD | D9 | 3B | D | 0 | F | C1 | 3F | 3C |
| Octal | 132 | 275 | 331 | 73 | 15 | 0 | 17 | 301 | 77 | 74 |
| Binary | 1011010 | 10111101 | 11011001 | 111011 | 1101 | 0 | 1111 | 11000001 | 111111 | 111100 |
Color Harmonies of #5ABDD9
Complementary color
Monochromatic Colors of #5ABDD9
Black with #5ABDD9
Text Example
Text Example
White with #5ABDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDD9; }
p { color: rgb(90,189,217); }
H1.HeaderClassName
{
color: #5ABDD9;
}
.AnyTagClassName
{
color: #5ABDD9;
}
</style>
background-color css
<style>
a { background-color: #5ABDD9; }
a { background-color: rgb(90,189,217); }
div.DivClassName
{
background-color: #5ABDD9;
}
.BgClassName
{
background-color: #5ABDD9;
}
</style>
border-color css
<style>
span { border-color: #5ABDD9; }
span { border-color: rgb(90,189,217); }
td.TdClassName
{
border-color: #5ABDD9;
}
.TagClassName
{
border-color: #5ABDD9;
}
</style>