Shades of Malibu #55AAE5
Tints of Malibu #55AAE5
RGB
CMYK
RGB Variations
Color information
#55AAE5 (or 0x55AAE5) is known color: Malibu. HEX triplet: 55, AA and E5. RGB value is (85,170,229). Sum of RGB (Red+Green+Blue) = 85+170+229=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #55AAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AAE5 is #AA551A. Grayscale: #969696. Windows color (decimal): -11162907 or 15051349. OLE color: 15051349.
HSL color Cylindrical-coordinate representation of color #55AAE5: hue angle of 204.58º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55AAE5 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 170 | 229 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.10 |
| HSL | 204.58º | 0.73% | 0.62% | - |
| HSV(B) | 204.58º | 0.63% | 0.9% | - |
| XYZ | 32.26 | 36.34 | 79.44 | - |
| YUV | 151.31 | 171.84 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 229 | 0.63 | 0.26 | 0 | 0.10 | 204.58 | 0.73 | 0.62 |
| Hex | 55 | AA | E5 | 3F | 1A | 0 | A | CD | 49 | 3E |
| Octal | 125 | 252 | 345 | 77 | 32 | 0 | 12 | 315 | 111 | 76 |
| Binary | 1010101 | 10101010 | 11100101 | 111111 | 11010 | 0 | 1010 | 11001101 | 1001001 | 111110 |
Color Harmonies of #55AAE5
Complementary color
Monochromatic Colors of #55AAE5
Black with #55AAE5
Text Example
Text Example
White with #55AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AAE5; }
p { color: rgb(85,170,229); }
H1.HeaderClassName
{
color: #55AAE5;
}
.AnyTagClassName
{
color: #55AAE5;
}
</style>
background-color css
<style>
a { background-color: #55AAE5; }
a { background-color: rgb(85,170,229); }
div.DivClassName
{
background-color: #55AAE5;
}
.BgClassName
{
background-color: #55AAE5;
}
</style>
border-color css
<style>
span { border-color: #55AAE5; }
span { border-color: rgb(85,170,229); }
td.TdClassName
{
border-color: #55AAE5;
}
.TagClassName
{
border-color: #55AAE5;
}
</style>