Shades of Malibu #5AB6DB
Tints of Malibu #5AB6DB
RGB
CMYK
RGB Variations
Color information
#5AB6DB (or 0x5AB6DB) is known color: Malibu. HEX triplet: 5A, B6 and DB. RGB value is (90,182,219). Sum of RGB (Red+Green+Blue) = 90+182+219=491 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.33% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #5AB6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB6DB is #A54924. Grayscale: #9E9E9E. Windows color (decimal): -10832165 or 14399066. OLE color: 14399066.
HSL color Cylindrical-coordinate representation of color #5AB6DB: hue angle of 197.21º 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 #5AB6DB is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 182 | 219 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.14 |
| HSL | 197.21º | 0.64% | 0.61% | - |
| HSV(B) | 197.21º | 0.59% | 0.86% | - |
| XYZ | 33.73 | 40.74 | 73.1 | - |
| YUV | 158.71 | 162.02 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 219 | 0.59 | 0.17 | 0 | 0.14 | 197.21 | 0.64 | 0.61 |
| Hex | 5A | B6 | DB | 3B | 11 | 0 | E | C5 | 40 | 3D |
| Octal | 132 | 266 | 333 | 73 | 21 | 0 | 16 | 305 | 100 | 75 |
| Binary | 1011010 | 10110110 | 11011011 | 111011 | 10001 | 0 | 1110 | 11000101 | 1000000 | 111101 |
Color Harmonies of #5AB6DB
Complementary color
Monochromatic Colors of #5AB6DB
Black with #5AB6DB
Text Example
Text Example
White with #5AB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB6DB; }
p { color: rgb(90,182,219); }
H1.HeaderClassName
{
color: #5AB6DB;
}
.AnyTagClassName
{
color: #5AB6DB;
}
</style>
background-color css
<style>
a { background-color: #5AB6DB; }
a { background-color: rgb(90,182,219); }
div.DivClassName
{
background-color: #5AB6DB;
}
.BgClassName
{
background-color: #5AB6DB;
}
</style>
border-color css
<style>
span { border-color: #5AB6DB; }
span { border-color: rgb(90,182,219); }
td.TdClassName
{
border-color: #5AB6DB;
}
.TagClassName
{
border-color: #5AB6DB;
}
</style>