Shades of Malibu #5AB8DB
Tints of Malibu #5AB8DB
RGB
CMYK
RGB Variations
Color information
#5AB8DB (or 0x5AB8DB) is known color: Malibu. HEX triplet: 5A, B8 and DB. RGB value is (90,184,219). Sum of RGB (Red+Green+Blue) = 90+184+219=493 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.26% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #5AB8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB8DB is #A54724. Grayscale: #9F9F9F. Windows color (decimal): -10831653 or 14399578. OLE color: 14399578.
HSL color Cylindrical-coordinate representation of color #5AB8DB: hue angle of 196.28º 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 #5AB8DB is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 184 | 219 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.14 |
| HSL | 196.28º | 0.64% | 0.61% | - |
| HSV(B) | 196.28º | 0.59% | 0.86% | - |
| XYZ | 34.14 | 41.57 | 73.24 | - |
| YUV | 159.88 | 161.36 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 219 | 0.59 | 0.16 | 0 | 0.14 | 196.28 | 0.64 | 0.61 |
| Hex | 5A | B8 | DB | 3B | 10 | 0 | E | C4 | 40 | 3D |
| Octal | 132 | 270 | 333 | 73 | 20 | 0 | 16 | 304 | 100 | 75 |
| Binary | 1011010 | 10111000 | 11011011 | 111011 | 10000 | 0 | 1110 | 11000100 | 1000000 | 111101 |
Color Harmonies of #5AB8DB
Complementary color
Monochromatic Colors of #5AB8DB
Black with #5AB8DB
Text Example
Text Example
White with #5AB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB8DB; }
p { color: rgb(90,184,219); }
H1.HeaderClassName
{
color: #5AB8DB;
}
.AnyTagClassName
{
color: #5AB8DB;
}
</style>
background-color css
<style>
a { background-color: #5AB8DB; }
a { background-color: rgb(90,184,219); }
div.DivClassName
{
background-color: #5AB8DB;
}
.BgClassName
{
background-color: #5AB8DB;
}
</style>
border-color css
<style>
span { border-color: #5AB8DB; }
span { border-color: rgb(90,184,219); }
td.TdClassName
{
border-color: #5AB8DB;
}
.TagClassName
{
border-color: #5AB8DB;
}
</style>