Shades of Malibu #5AB4DD
Tints of Malibu #5AB4DD
RGB
CMYK
RGB Variations
Color information
#5AB4DD (or 0x5AB4DD) is known color: Malibu. HEX triplet: 5A, B4 and DD. RGB value is (90,180,221). Sum of RGB (Red+Green+Blue) = 90+180+221=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AB4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB4DD is #A54B22. Grayscale: #9D9D9D. Windows color (decimal): -10832675 or 14529626. OLE color: 14529626.
HSL color Cylindrical-coordinate representation of color #5AB4DD: hue angle of 198.78º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AB4DD is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 180 | 221 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.13 |
| HSL | 198.78º | 0.66% | 0.61% | - |
| HSV(B) | 198.78º | 0.59% | 0.87% | - |
| XYZ | 33.59 | 40.04 | 74.36 | - |
| YUV | 157.76 | 163.68 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 221 | 0.59 | 0.19 | 0 | 0.13 | 198.78 | 0.66 | 0.61 |
| Hex | 5A | B4 | DD | 3B | 13 | 0 | D | C7 | 42 | 3D |
| Octal | 132 | 264 | 335 | 73 | 23 | 0 | 15 | 307 | 102 | 75 |
| Binary | 1011010 | 10110100 | 11011101 | 111011 | 10011 | 0 | 1101 | 11000111 | 1000010 | 111101 |
Color Harmonies of #5AB4DD
Complementary color
Monochromatic Colors of #5AB4DD
Black with #5AB4DD
Text Example
Text Example
White with #5AB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB4DD; }
p { color: rgb(90,180,221); }
H1.HeaderClassName
{
color: #5AB4DD;
}
.AnyTagClassName
{
color: #5AB4DD;
}
</style>
background-color css
<style>
a { background-color: #5AB4DD; }
a { background-color: rgb(90,180,221); }
div.DivClassName
{
background-color: #5AB4DD;
}
.BgClassName
{
background-color: #5AB4DD;
}
</style>
border-color css
<style>
span { border-color: #5AB4DD; }
span { border-color: rgb(90,180,221); }
td.TdClassName
{
border-color: #5AB4DD;
}
.TagClassName
{
border-color: #5AB4DD;
}
</style>