Shades of Malibu #5EADDE
Tints of Malibu #5EADDE
RGB
CMYK
RGB Variations
Color information
#5EADDE (or 0x5EADDE) is known color: Malibu. HEX triplet: 5E, AD and DE. RGB value is (94,173,222). Sum of RGB (Red+Green+Blue) = 94+173+222=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #5EADDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADDE is #A15221. Grayscale: #9A9A9A. Windows color (decimal): -10572322 or 14593374. OLE color: 14593374.
HSL color Cylindrical-coordinate representation of color #5EADDE: hue angle of 202.97º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EADDE is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 173 | 222 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.13 |
| HSL | 202.97º | 0.66% | 0.62% | - |
| HSV(B) | 202.97º | 0.58% | 0.87% | - |
| XYZ | 32.74 | 37.54 | 74.63 | - |
| YUV | 154.97 | 165.83 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 222 | 0.58 | 0.22 | 0 | 0.13 | 202.97 | 0.66 | 0.62 |
| Hex | 5E | AD | DE | 3A | 16 | 0 | D | CB | 42 | 3E |
| Octal | 136 | 255 | 336 | 72 | 26 | 0 | 15 | 313 | 102 | 76 |
| Binary | 1011110 | 10101101 | 11011110 | 111010 | 10110 | 0 | 1101 | 11001011 | 1000010 | 111110 |
Color Harmonies of #5EADDE
Complementary color
Monochromatic Colors of #5EADDE
Black with #5EADDE
Text Example
Text Example
White with #5EADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EADDE; }
p { color: rgb(94,173,222); }
H1.HeaderClassName
{
color: #5EADDE;
}
.AnyTagClassName
{
color: #5EADDE;
}
</style>
background-color css
<style>
a { background-color: #5EADDE; }
a { background-color: rgb(94,173,222); }
div.DivClassName
{
background-color: #5EADDE;
}
.BgClassName
{
background-color: #5EADDE;
}
</style>
border-color css
<style>
span { border-color: #5EADDE; }
span { border-color: rgb(94,173,222); }
td.TdClassName
{
border-color: #5EADDE;
}
.TagClassName
{
border-color: #5EADDE;
}
</style>