Shades of Malibu #5AACDE
Tints of Malibu #5AACDE
RGB
CMYK
RGB Variations
Color information
#5AACDE (or 0x5AACDE) is known color: Malibu. HEX triplet: 5A, AC and DE. RGB value is (90,172,222). Sum of RGB (Red+Green+Blue) = 90+172+222=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #5AACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACDE is #A55321. Grayscale: #989898. Windows color (decimal): -10834722 or 14593114. OLE color: 14593114.
HSL color Cylindrical-coordinate representation of color #5AACDE: hue angle of 202.73º degrees, saturation: 0.67, 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 #5AACDE is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 172 | 222 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.13 |
| HSL | 202.73º | 0.67% | 0.61% | - |
| HSV(B) | 202.73º | 0.59% | 0.87% | - |
| XYZ | 32.15 | 36.95 | 74.55 | - |
| YUV | 153.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 222 | 0.59 | 0.23 | 0 | 0.13 | 202.73 | 0.67 | 0.61 |
| Hex | 5A | AC | DE | 3B | 17 | 0 | D | CB | 43 | 3D |
| Octal | 132 | 254 | 336 | 73 | 27 | 0 | 15 | 313 | 103 | 75 |
| Binary | 1011010 | 10101100 | 11011110 | 111011 | 10111 | 0 | 1101 | 11001011 | 1000011 | 111101 |
Color Harmonies of #5AACDE
Complementary color
Monochromatic Colors of #5AACDE
Black with #5AACDE
Text Example
Text Example
White with #5AACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AACDE; }
p { color: rgb(90,172,222); }
H1.HeaderClassName
{
color: #5AACDE;
}
.AnyTagClassName
{
color: #5AACDE;
}
</style>
background-color css
<style>
a { background-color: #5AACDE; }
a { background-color: rgb(90,172,222); }
div.DivClassName
{
background-color: #5AACDE;
}
.BgClassName
{
background-color: #5AACDE;
}
</style>
border-color css
<style>
span { border-color: #5AACDE; }
span { border-color: rgb(90,172,222); }
td.TdClassName
{
border-color: #5AACDE;
}
.TagClassName
{
border-color: #5AACDE;
}
</style>