Shades of Malibu #5AB6DD
Tints of Malibu #5AB6DD
RGB
CMYK
RGB Variations
Color information
#5AB6DD (or 0x5AB6DD) is known color: Malibu. HEX triplet: 5A, B6 and DD. RGB value is (90,182,221). Sum of RGB (Red+Green+Blue) = 90+182+221=493 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.26% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AB6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB6DD is #A54922. Grayscale: #9E9E9E. Windows color (decimal): -10832163 or 14530138. OLE color: 14530138.
HSL color Cylindrical-coordinate representation of color #5AB6DD: hue angle of 197.86º 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 #5AB6DD is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 182 | 221 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.13 |
| HSL | 197.86º | 0.66% | 0.61% | - |
| HSV(B) | 197.86º | 0.59% | 0.87% | - |
| XYZ | 34 | 40.85 | 74.5 | - |
| YUV | 158.94 | 163.02 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 221 | 0.59 | 0.18 | 0 | 0.13 | 197.86 | 0.66 | 0.61 |
| Hex | 5A | B6 | DD | 3B | 12 | 0 | D | C6 | 42 | 3D |
| Octal | 132 | 266 | 335 | 73 | 22 | 0 | 15 | 306 | 102 | 75 |
| Binary | 1011010 | 10110110 | 11011101 | 111011 | 10010 | 0 | 1101 | 11000110 | 1000010 | 111101 |
Color Harmonies of #5AB6DD
Complementary color
Monochromatic Colors of #5AB6DD
Black with #5AB6DD
Text Example
Text Example
White with #5AB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB6DD; }
p { color: rgb(90,182,221); }
H1.HeaderClassName
{
color: #5AB6DD;
}
.AnyTagClassName
{
color: #5AB6DD;
}
</style>
background-color css
<style>
a { background-color: #5AB6DD; }
a { background-color: rgb(90,182,221); }
div.DivClassName
{
background-color: #5AB6DD;
}
.BgClassName
{
background-color: #5AB6DD;
}
</style>
border-color css
<style>
span { border-color: #5AB6DD; }
span { border-color: rgb(90,182,221); }
td.TdClassName
{
border-color: #5AB6DD;
}
.TagClassName
{
border-color: #5AB6DD;
}
</style>