Shades of Malibu #5AB1DD
Tints of Malibu #5AB1DD
RGB
CMYK
RGB Variations
Color information
#5AB1DD (or 0x5AB1DD) is known color: Malibu. HEX triplet: 5A, B1 and DD. RGB value is (90,177,221). Sum of RGB (Red+Green+Blue) = 90+177+221=488 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.44% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AB1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB1DD is #A54E22. Grayscale: #9B9B9B. Windows color (decimal): -10833443 or 14528858. OLE color: 14528858.
HSL color Cylindrical-coordinate representation of color #5AB1DD: hue angle of 200.15º 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 #5AB1DD is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 177 | 221 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.13 |
| HSL | 200.15º | 0.66% | 0.61% | - |
| HSV(B) | 200.15º | 0.59% | 0.87% | - |
| XYZ | 32.99 | 38.84 | 74.16 | - |
| YUV | 156 | 164.68 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 221 | 0.59 | 0.20 | 0 | 0.13 | 200.15 | 0.66 | 0.61 |
| Hex | 5A | B1 | DD | 3B | 14 | 0 | D | C8 | 42 | 3D |
| Octal | 132 | 261 | 335 | 73 | 24 | 0 | 15 | 310 | 102 | 75 |
| Binary | 1011010 | 10110001 | 11011101 | 111011 | 10100 | 0 | 1101 | 11001000 | 1000010 | 111101 |
Color Harmonies of #5AB1DD
Complementary color
Monochromatic Colors of #5AB1DD
Black with #5AB1DD
Text Example
Text Example
White with #5AB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB1DD; }
p { color: rgb(90,177,221); }
H1.HeaderClassName
{
color: #5AB1DD;
}
.AnyTagClassName
{
color: #5AB1DD;
}
</style>
background-color css
<style>
a { background-color: #5AB1DD; }
a { background-color: rgb(90,177,221); }
div.DivClassName
{
background-color: #5AB1DD;
}
.BgClassName
{
background-color: #5AB1DD;
}
</style>
border-color css
<style>
span { border-color: #5AB1DD; }
span { border-color: rgb(90,177,221); }
td.TdClassName
{
border-color: #5AB1DD;
}
.TagClassName
{
border-color: #5AB1DD;
}
</style>