Shades of Malibu #5AADE1
Tints of Malibu #5AADE1
RGB
CMYK
RGB Variations
Color information
#5AADE1 (or 0x5AADE1) is known color: Malibu. HEX triplet: 5A, AD and E1. RGB value is (90,173,225). Sum of RGB (Red+Green+Blue) = 90+173+225=488 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.44% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #5AADE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADE1 is #A5521E. Grayscale: #999999. Windows color (decimal): -10834463 or 14789978. OLE color: 14789978.
HSL color Cylindrical-coordinate representation of color #5AADE1: hue angle of 203.11º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AADE1 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 173 | 225 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.12 |
| HSL | 203.11º | 0.69% | 0.62% | - |
| HSV(B) | 203.11º | 0.6% | 0.88% | - |
| XYZ | 32.75 | 37.5 | 76.75 | - |
| YUV | 154.11 | 168 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 225 | 0.60 | 0.23 | 0 | 0.12 | 203.11 | 0.69 | 0.62 |
| Hex | 5A | AD | E1 | 3C | 17 | 0 | C | CB | 45 | 3E |
| Octal | 132 | 255 | 341 | 74 | 27 | 0 | 14 | 313 | 105 | 76 |
| Binary | 1011010 | 10101101 | 11100001 | 111100 | 10111 | 0 | 1100 | 11001011 | 1000101 | 111110 |
Color Harmonies of #5AADE1
Complementary color
Monochromatic Colors of #5AADE1
Black with #5AADE1
Text Example
Text Example
White with #5AADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AADE1; }
p { color: rgb(90,173,225); }
H1.HeaderClassName
{
color: #5AADE1;
}
.AnyTagClassName
{
color: #5AADE1;
}
</style>
background-color css
<style>
a { background-color: #5AADE1; }
a { background-color: rgb(90,173,225); }
div.DivClassName
{
background-color: #5AADE1;
}
.BgClassName
{
background-color: #5AADE1;
}
</style>
border-color css
<style>
span { border-color: #5AADE1; }
span { border-color: rgb(90,173,225); }
td.TdClassName
{
border-color: #5AADE1;
}
.TagClassName
{
border-color: #5AADE1;
}
</style>