Shades of Malibu #5ABEDE
Tints of Malibu #5ABEDE
RGB
CMYK
RGB Variations
Color information
#5ABEDE (or 0x5ABEDE) is known color: Malibu. HEX triplet: 5A, BE and DE. RGB value is (90,190,222). Sum of RGB (Red+Green+Blue) = 90+190+222=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #5ABEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEDE is #A54121. Grayscale: #A3A3A3. Windows color (decimal): -10830114 or 14597722. OLE color: 14597722.
HSL color Cylindrical-coordinate representation of color #5ABEDE: hue angle of 194.55º 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 #5ABEDE is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 190 | 222 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.13 |
| HSL | 194.55º | 0.67% | 0.61% | - |
| HSV(B) | 194.55º | 0.59% | 0.87% | - |
| XYZ | 35.81 | 44.27 | 75.77 | - |
| YUV | 163.75 | 160.87 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 222 | 0.59 | 0.14 | 0 | 0.13 | 194.55 | 0.67 | 0.61 |
| Hex | 5A | BE | DE | 3B | E | 0 | D | C3 | 43 | 3D |
| Octal | 132 | 276 | 336 | 73 | 16 | 0 | 15 | 303 | 103 | 75 |
| Binary | 1011010 | 10111110 | 11011110 | 111011 | 1110 | 0 | 1101 | 11000011 | 1000011 | 111101 |
Color Harmonies of #5ABEDE
Complementary color
Monochromatic Colors of #5ABEDE
Black with #5ABEDE
Text Example
Text Example
White with #5ABEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABEDE; }
p { color: rgb(90,190,222); }
H1.HeaderClassName
{
color: #5ABEDE;
}
.AnyTagClassName
{
color: #5ABEDE;
}
</style>
background-color css
<style>
a { background-color: #5ABEDE; }
a { background-color: rgb(90,190,222); }
div.DivClassName
{
background-color: #5ABEDE;
}
.BgClassName
{
background-color: #5ABEDE;
}
</style>
border-color css
<style>
span { border-color: #5ABEDE; }
span { border-color: rgb(90,190,222); }
td.TdClassName
{
border-color: #5ABEDE;
}
.TagClassName
{
border-color: #5ABEDE;
}
</style>