Shades of Malibu #5AAFDB
Tints of Malibu #5AAFDB
RGB
CMYK
RGB Variations
Color information
#5AAFDB (or 0x5AAFDB) is known color: Malibu. HEX triplet: 5A, AF and DB. RGB value is (90,175,219). Sum of RGB (Red+Green+Blue) = 90+175+219=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #5AAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAFDB is #A55024. Grayscale: #9A9A9A. Windows color (decimal): -10833957 or 14397274. OLE color: 14397274.
HSL color Cylindrical-coordinate representation of color #5AAFDB: hue angle of 200.47º 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 #5AAFDB is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 175 | 219 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.14 |
| HSL | 200.47º | 0.64% | 0.61% | - |
| HSV(B) | 200.47º | 0.59% | 0.86% | - |
| XYZ | 32.33 | 37.95 | 72.64 | - |
| YUV | 154.6 | 164.34 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 219 | 0.59 | 0.20 | 0 | 0.14 | 200.47 | 0.64 | 0.61 |
| Hex | 5A | AF | DB | 3B | 14 | 0 | E | C8 | 40 | 3D |
| Octal | 132 | 257 | 333 | 73 | 24 | 0 | 16 | 310 | 100 | 75 |
| Binary | 1011010 | 10101111 | 11011011 | 111011 | 10100 | 0 | 1110 | 11001000 | 1000000 | 111101 |
Color Harmonies of #5AAFDB
Complementary color
Monochromatic Colors of #5AAFDB
Black with #5AAFDB
Text Example
Text Example
White with #5AAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAFDB; }
p { color: rgb(90,175,219); }
H1.HeaderClassName
{
color: #5AAFDB;
}
.AnyTagClassName
{
color: #5AAFDB;
}
</style>
background-color css
<style>
a { background-color: #5AAFDB; }
a { background-color: rgb(90,175,219); }
div.DivClassName
{
background-color: #5AAFDB;
}
.BgClassName
{
background-color: #5AAFDB;
}
</style>
border-color css
<style>
span { border-color: #5AAFDB; }
span { border-color: rgb(90,175,219); }
td.TdClassName
{
border-color: #5AAFDB;
}
.TagClassName
{
border-color: #5AAFDB;
}
</style>