Shades of Malibu #5AB5DD
Tints of Malibu #5AB5DD
RGB
CMYK
RGB Variations
Color information
#5AB5DD (or 0x5AB5DD) is known color: Malibu. HEX triplet: 5A, B5 and DD. RGB value is (90,181,221). Sum of RGB (Red+Green+Blue) = 90+181+221=492 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.29% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AB5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB5DD is #A54A22. Grayscale: #9E9E9E. Windows color (decimal): -10832419 or 14529882. OLE color: 14529882.
HSL color Cylindrical-coordinate representation of color #5AB5DD: hue angle of 198.32º 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 #5AB5DD is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 181 | 221 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.13 |
| HSL | 198.32º | 0.66% | 0.61% | - |
| HSV(B) | 198.32º | 0.59% | 0.87% | - |
| XYZ | 33.79 | 40.44 | 74.43 | - |
| YUV | 158.35 | 163.35 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 221 | 0.59 | 0.18 | 0 | 0.13 | 198.32 | 0.66 | 0.61 |
| Hex | 5A | B5 | DD | 3B | 12 | 0 | D | C6 | 42 | 3D |
| Octal | 132 | 265 | 335 | 73 | 22 | 0 | 15 | 306 | 102 | 75 |
| Binary | 1011010 | 10110101 | 11011101 | 111011 | 10010 | 0 | 1101 | 11000110 | 1000010 | 111101 |
Color Harmonies of #5AB5DD
Complementary color
Monochromatic Colors of #5AB5DD
Black with #5AB5DD
Text Example
Text Example
White with #5AB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB5DD; }
p { color: rgb(90,181,221); }
H1.HeaderClassName
{
color: #5AB5DD;
}
.AnyTagClassName
{
color: #5AB5DD;
}
</style>
background-color css
<style>
a { background-color: #5AB5DD; }
a { background-color: rgb(90,181,221); }
div.DivClassName
{
background-color: #5AB5DD;
}
.BgClassName
{
background-color: #5AB5DD;
}
</style>
border-color css
<style>
span { border-color: #5AB5DD; }
span { border-color: rgb(90,181,221); }
td.TdClassName
{
border-color: #5AB5DD;
}
.TagClassName
{
border-color: #5AB5DD;
}
</style>