Shades of Malibu #5AADDF
Tints of Malibu #5AADDF
RGB
CMYK
RGB Variations
Color information
#5AADDF (or 0x5AADDF) is known color: Malibu. HEX triplet: 5A, AD and DF. RGB value is (90,173,223). Sum of RGB (Red+Green+Blue) = 90+173+223=486 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.52% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #5AADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADDF is #A55220. Grayscale: #999999. Windows color (decimal): -10834465 or 14658906. OLE color: 14658906.
HSL color Cylindrical-coordinate representation of color #5AADDF: hue angle of 202.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AADDF is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 173 | 223 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.13 |
| HSL | 202.56º | 0.68% | 0.61% | - |
| HSV(B) | 202.56º | 0.6% | 0.87% | - |
| XYZ | 32.48 | 37.39 | 75.32 | - |
| YUV | 153.88 | 167 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 223 | 0.60 | 0.22 | 0 | 0.13 | 202.56 | 0.68 | 0.61 |
| Hex | 5A | AD | DF | 3C | 16 | 0 | D | CB | 44 | 3D |
| Octal | 132 | 255 | 337 | 74 | 26 | 0 | 15 | 313 | 104 | 75 |
| Binary | 1011010 | 10101101 | 11011111 | 111100 | 10110 | 0 | 1101 | 11001011 | 1000100 | 111101 |
Color Harmonies of #5AADDF
Complementary color
Monochromatic Colors of #5AADDF
Black with #5AADDF
Text Example
Text Example
White with #5AADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AADDF; }
p { color: rgb(90,173,223); }
H1.HeaderClassName
{
color: #5AADDF;
}
.AnyTagClassName
{
color: #5AADDF;
}
</style>
background-color css
<style>
a { background-color: #5AADDF; }
a { background-color: rgb(90,173,223); }
div.DivClassName
{
background-color: #5AADDF;
}
.BgClassName
{
background-color: #5AADDF;
}
</style>
border-color css
<style>
span { border-color: #5AADDF; }
span { border-color: rgb(90,173,223); }
td.TdClassName
{
border-color: #5AADDF;
}
.TagClassName
{
border-color: #5AADDF;
}
</style>