Shades of Malibu #5AAAEC
Tints of Malibu #5AAAEC
RGB
CMYK
RGB Variations
Color information
#5AAAEC (or 0x5AAAEC) is known color: Malibu. HEX triplet: 5A, AA and EC. RGB value is (90,170,236). Sum of RGB (Red+Green+Blue) = 90+170+236=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #5AAAEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAAEC is #A55513. Grayscale: #999999. Windows color (decimal): -10835220 or 15510106. OLE color: 15510106.
HSL color Cylindrical-coordinate representation of color #5AAAEC: hue angle of 207.12º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AAAEC is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 170 | 236 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.07 |
| HSL | 207.12º | 0.79% | 0.64% | - |
| HSV(B) | 207.12º | 0.62% | 0.93% | - |
| XYZ | 33.73 | 36.98 | 84.72 | - |
| YUV | 153.6 | 174.5 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 236 | 0.62 | 0.28 | 0 | 0.07 | 207.12 | 0.79 | 0.64 |
| Hex | 5A | AA | EC | 3E | 1C | 0 | 7 | CF | 4F | 40 |
| Octal | 132 | 252 | 354 | 76 | 34 | 0 | 7 | 317 | 117 | 100 |
| Binary | 1011010 | 10101010 | 11101100 | 111110 | 11100 | 0 | 111 | 11001111 | 1001111 | 1000000 |
Color Harmonies of #5AAAEC
Complementary color
Monochromatic Colors of #5AAAEC
Black with #5AAAEC
Text Example
Text Example
White with #5AAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAAEC; }
p { color: rgb(90,170,236); }
H1.HeaderClassName
{
color: #5AAAEC;
}
.AnyTagClassName
{
color: #5AAAEC;
}
</style>
background-color css
<style>
a { background-color: #5AAAEC; }
a { background-color: rgb(90,170,236); }
div.DivClassName
{
background-color: #5AAAEC;
}
.BgClassName
{
background-color: #5AAAEC;
}
</style>
border-color css
<style>
span { border-color: #5AAAEC; }
span { border-color: rgb(90,170,236); }
td.TdClassName
{
border-color: #5AAAEC;
}
.TagClassName
{
border-color: #5AAAEC;
}
</style>