Shades of Malibu #5FAAE5
Tints of Malibu #5FAAE5
RGB
CMYK
RGB Variations
Color information
#5FAAE5 (or 0x5FAAE5) is known color: Malibu. HEX triplet: 5F, AA and E5. RGB value is (95,170,229). Sum of RGB (Red+Green+Blue) = 95+170+229=494 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.23% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #5FAAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAAE5 is #A0551A. Grayscale: #999999. Windows color (decimal): -10507547 or 15051359. OLE color: 15051359.
HSL color Cylindrical-coordinate representation of color #5FAAE5: hue angle of 206.42º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FAAE5 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 170 | 229 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.10 |
| HSL | 206.42º | 0.72% | 0.64% | - |
| HSV(B) | 206.42º | 0.59% | 0.9% | - |
| XYZ | 33.24 | 36.84 | 79.49 | - |
| YUV | 154.3 | 170.15 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 229 | 0.59 | 0.26 | 0 | 0.10 | 206.42 | 0.72 | 0.64 |
| Hex | 5F | AA | E5 | 3B | 1A | 0 | A | CE | 48 | 40 |
| Octal | 137 | 252 | 345 | 73 | 32 | 0 | 12 | 316 | 110 | 100 |
| Binary | 1011111 | 10101010 | 11100101 | 111011 | 11010 | 0 | 1010 | 11001110 | 1001000 | 1000000 |
Color Harmonies of #5FAAE5
Complementary color
Monochromatic Colors of #5FAAE5
Black with #5FAAE5
Text Example
Text Example
White with #5FAAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAAE5; }
p { color: rgb(95,170,229); }
H1.HeaderClassName
{
color: #5FAAE5;
}
.AnyTagClassName
{
color: #5FAAE5;
}
</style>
background-color css
<style>
a { background-color: #5FAAE5; }
a { background-color: rgb(95,170,229); }
div.DivClassName
{
background-color: #5FAAE5;
}
.BgClassName
{
background-color: #5FAAE5;
}
</style>
border-color css
<style>
span { border-color: #5FAAE5; }
span { border-color: rgb(95,170,229); }
td.TdClassName
{
border-color: #5FAAE5;
}
.TagClassName
{
border-color: #5FAAE5;
}
</style>