Shades of Malibu #5AACE0
Tints of Malibu #5AACE0
RGB
CMYK
RGB Variations
Color information
#5AACE0 (or 0x5AACE0) is known color: Malibu. HEX triplet: 5A, AC and E0. RGB value is (90,172,224). Sum of RGB (Red+Green+Blue) = 90+172+224=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #5AACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACE0 is #A5531F. Grayscale: #999999. Windows color (decimal): -10834720 or 14724186. OLE color: 14724186.
HSL color Cylindrical-coordinate representation of color #5AACE0: hue angle of 203.28º degrees, saturation: 0.68, 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 #5AACE0 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 172 | 224 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.12 |
| HSL | 203.28º | 0.68% | 0.62% | - |
| HSV(B) | 203.28º | 0.6% | 0.88% | - |
| XYZ | 32.42 | 37.06 | 75.97 | - |
| YUV | 153.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 224 | 0.60 | 0.23 | 0 | 0.12 | 203.28 | 0.68 | 0.62 |
| Hex | 5A | AC | E0 | 3C | 17 | 0 | C | CB | 44 | 3E |
| Octal | 132 | 254 | 340 | 74 | 27 | 0 | 14 | 313 | 104 | 76 |
| Binary | 1011010 | 10101100 | 11100000 | 111100 | 10111 | 0 | 1100 | 11001011 | 1000100 | 111110 |
Color Harmonies of #5AACE0
Complementary color
Monochromatic Colors of #5AACE0
Black with #5AACE0
Text Example
Text Example
White with #5AACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AACE0; }
p { color: rgb(90,172,224); }
H1.HeaderClassName
{
color: #5AACE0;
}
.AnyTagClassName
{
color: #5AACE0;
}
</style>
background-color css
<style>
a { background-color: #5AACE0; }
a { background-color: rgb(90,172,224); }
div.DivClassName
{
background-color: #5AACE0;
}
.BgClassName
{
background-color: #5AACE0;
}
</style>
border-color css
<style>
span { border-color: #5AACE0; }
span { border-color: rgb(90,172,224); }
td.TdClassName
{
border-color: #5AACE0;
}
.TagClassName
{
border-color: #5AACE0;
}
</style>