Shades of Malibu #5AACE5
Tints of Malibu #5AACE5
RGB
CMYK
RGB Variations
Color information
#5AACE5 (or 0x5AACE5) is known color: Malibu. HEX triplet: 5A, AC and E5. RGB value is (90,172,229). Sum of RGB (Red+Green+Blue) = 90+172+229=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #5AACE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACE5 is #A5531A. Grayscale: #999999. Windows color (decimal): -10834715 or 15051866. OLE color: 15051866.
HSL color Cylindrical-coordinate representation of color #5AACE5: hue angle of 204.6º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AACE5 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 172 | 229 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.10 |
| HSL | 204.6º | 0.73% | 0.63% | - |
| HSV(B) | 204.6º | 0.61% | 0.9% | - |
| XYZ | 33.11 | 37.34 | 79.59 | - |
| YUV | 153.98 | 170.33 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 229 | 0.61 | 0.25 | 0 | 0.10 | 204.6 | 0.73 | 0.63 |
| Hex | 5A | AC | E5 | 3D | 19 | 0 | A | CD | 49 | 3F |
| Octal | 132 | 254 | 345 | 75 | 31 | 0 | 12 | 315 | 111 | 77 |
| Binary | 1011010 | 10101100 | 11100101 | 111101 | 11001 | 0 | 1010 | 11001101 | 1001001 | 111111 |
Color Harmonies of #5AACE5
Complementary color
Monochromatic Colors of #5AACE5
Black with #5AACE5
Text Example
Text Example
White with #5AACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AACE5; }
p { color: rgb(90,172,229); }
H1.HeaderClassName
{
color: #5AACE5;
}
.AnyTagClassName
{
color: #5AACE5;
}
</style>
background-color css
<style>
a { background-color: #5AACE5; }
a { background-color: rgb(90,172,229); }
div.DivClassName
{
background-color: #5AACE5;
}
.BgClassName
{
background-color: #5AACE5;
}
</style>
border-color css
<style>
span { border-color: #5AACE5; }
span { border-color: rgb(90,172,229); }
td.TdClassName
{
border-color: #5AACE5;
}
.TagClassName
{
border-color: #5AACE5;
}
</style>