Shades of Malibu #5ABADE
Tints of Malibu #5ABADE
RGB
CMYK
RGB Variations
Color information
#5ABADE (or 0x5ABADE) is known color: Malibu. HEX triplet: 5A, BA and DE. RGB value is (90,186,222). Sum of RGB (Red+Green+Blue) = 90+186+222=498 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.07% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #5ABADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABADE is #A54521. Grayscale: #A1A1A1. Windows color (decimal): -10831138 or 14596698. OLE color: 14596698.
HSL color Cylindrical-coordinate representation of color #5ABADE: hue angle of 196.36º 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 #5ABADE is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 186 | 222 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.13 |
| HSL | 196.36º | 0.67% | 0.61% | - |
| HSV(B) | 196.36º | 0.59% | 0.87% | - |
| XYZ | 34.96 | 42.57 | 75.48 | - |
| YUV | 161.4 | 162.2 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 222 | 0.59 | 0.16 | 0 | 0.13 | 196.36 | 0.67 | 0.61 |
| Hex | 5A | BA | DE | 3B | 10 | 0 | D | C4 | 43 | 3D |
| Octal | 132 | 272 | 336 | 73 | 20 | 0 | 15 | 304 | 103 | 75 |
| Binary | 1011010 | 10111010 | 11011110 | 111011 | 10000 | 0 | 1101 | 11000100 | 1000011 | 111101 |
Color Harmonies of #5ABADE
Complementary color
Monochromatic Colors of #5ABADE
Black with #5ABADE
Text Example
Text Example
White with #5ABADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABADE; }
p { color: rgb(90,186,222); }
H1.HeaderClassName
{
color: #5ABADE;
}
.AnyTagClassName
{
color: #5ABADE;
}
</style>
background-color css
<style>
a { background-color: #5ABADE; }
a { background-color: rgb(90,186,222); }
div.DivClassName
{
background-color: #5ABADE;
}
.BgClassName
{
background-color: #5ABADE;
}
</style>
border-color css
<style>
span { border-color: #5ABADE; }
span { border-color: rgb(90,186,222); }
td.TdClassName
{
border-color: #5ABADE;
}
.TagClassName
{
border-color: #5ABADE;
}
</style>