Shades of Malibu #5AADDB
Tints of Malibu #5AADDB
RGB
CMYK
RGB Variations
Color information
#5AADDB (or 0x5AADDB) is known color: Malibu. HEX triplet: 5A, AD and DB. RGB value is (90,173,219). Sum of RGB (Red+Green+Blue) = 90+173+219=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #5AADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADDB is #A55224. Grayscale: #999999. Windows color (decimal): -10834469 or 14396762. OLE color: 14396762.
HSL color Cylindrical-coordinate representation of color #5AADDB: hue angle of 201.4º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AADDB is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 173 | 219 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.14 |
| HSL | 201.4º | 0.64% | 0.61% | - |
| HSV(B) | 201.4º | 0.59% | 0.86% | - |
| XYZ | 31.95 | 37.18 | 72.51 | - |
| YUV | 153.43 | 165 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 219 | 0.59 | 0.21 | 0 | 0.14 | 201.4 | 0.64 | 0.61 |
| Hex | 5A | AD | DB | 3B | 15 | 0 | E | C9 | 40 | 3D |
| Octal | 132 | 255 | 333 | 73 | 25 | 0 | 16 | 311 | 100 | 75 |
| Binary | 1011010 | 10101101 | 11011011 | 111011 | 10101 | 0 | 1110 | 11001001 | 1000000 | 111101 |
Color Harmonies of #5AADDB
Complementary color
Monochromatic Colors of #5AADDB
Black with #5AADDB
Text Example
Text Example
White with #5AADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AADDB; }
p { color: rgb(90,173,219); }
H1.HeaderClassName
{
color: #5AADDB;
}
.AnyTagClassName
{
color: #5AADDB;
}
</style>
background-color css
<style>
a { background-color: #5AADDB; }
a { background-color: rgb(90,173,219); }
div.DivClassName
{
background-color: #5AADDB;
}
.BgClassName
{
background-color: #5AADDB;
}
</style>
border-color css
<style>
span { border-color: #5AADDB; }
span { border-color: rgb(90,173,219); }
td.TdClassName
{
border-color: #5AADDB;
}
.TagClassName
{
border-color: #5AADDB;
}
</style>