Shades of Malibu #5ABDDD
Tints of Malibu #5ABDDD
RGB
CMYK
RGB Variations
Color information
#5ABDDD (or 0x5ABDDD) is known color: Malibu. HEX triplet: 5A, BD and DD. RGB value is (90,189,221). Sum of RGB (Red+Green+Blue) = 90+189+221=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ABDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDDD is #A54222. Grayscale: #A2A2A2. Windows color (decimal): -10830371 or 14531930. OLE color: 14531930.
HSL color Cylindrical-coordinate representation of color #5ABDDD: hue angle of 194.66º degrees, saturation: 0.66, 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 #5ABDDD is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 189 | 221 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.13 |
| HSL | 194.66º | 0.66% | 0.61% | - |
| HSV(B) | 194.66º | 0.59% | 0.87% | - |
| XYZ | 35.47 | 43.79 | 74.99 | - |
| YUV | 163.05 | 160.7 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 221 | 0.59 | 0.14 | 0 | 0.13 | 194.66 | 0.66 | 0.61 |
| Hex | 5A | BD | DD | 3B | E | 0 | D | C3 | 42 | 3D |
| Octal | 132 | 275 | 335 | 73 | 16 | 0 | 15 | 303 | 102 | 75 |
| Binary | 1011010 | 10111101 | 11011101 | 111011 | 1110 | 0 | 1101 | 11000011 | 1000010 | 111101 |
Color Harmonies of #5ABDDD
Complementary color
Monochromatic Colors of #5ABDDD
Black with #5ABDDD
Text Example
Text Example
White with #5ABDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDDD; }
p { color: rgb(90,189,221); }
H1.HeaderClassName
{
color: #5ABDDD;
}
.AnyTagClassName
{
color: #5ABDDD;
}
</style>
background-color css
<style>
a { background-color: #5ABDDD; }
a { background-color: rgb(90,189,221); }
div.DivClassName
{
background-color: #5ABDDD;
}
.BgClassName
{
background-color: #5ABDDD;
}
</style>
border-color css
<style>
span { border-color: #5ABDDD; }
span { border-color: rgb(90,189,221); }
td.TdClassName
{
border-color: #5ABDDD;
}
.TagClassName
{
border-color: #5ABDDD;
}
</style>