Shades of Malibu #5AB5D6
Tints of Malibu #5AB5D6
RGB
CMYK
RGB Variations
Color information
#5AB5D6 (or 0x5AB5D6) is known color: Malibu. HEX triplet: 5A, B5 and D6. RGB value is (90,181,214). Sum of RGB (Red+Green+Blue) = 90+181+214=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #5AB5D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB5D6 is #A54A29. Grayscale: #9D9D9D. Windows color (decimal): -10832426 or 14071130. OLE color: 14071130.
HSL color Cylindrical-coordinate representation of color #5AB5D6: hue angle of 195.97º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AB5D6 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 181 | 214 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.16 |
| HSL | 195.97º | 0.6% | 0.6% | - |
| HSV(B) | 195.97º | 0.58% | 0.84% | - |
| XYZ | 32.88 | 40.08 | 69.62 | - |
| YUV | 157.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 214 | 0.58 | 0.15 | 0 | 0.16 | 195.97 | 0.6 | 0.6 |
| Hex | 5A | B5 | D6 | 3A | F | 0 | 10 | C4 | 3C | 3C |
| Octal | 132 | 265 | 326 | 72 | 17 | 0 | 20 | 304 | 74 | 74 |
| Binary | 1011010 | 10110101 | 11010110 | 111010 | 1111 | 0 | 10000 | 11000100 | 111100 | 111100 |
Color Harmonies of #5AB5D6
Complementary color
Monochromatic Colors of #5AB5D6
Black with #5AB5D6
Text Example
Text Example
White with #5AB5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB5D6; }
p { color: rgb(90,181,214); }
H1.HeaderClassName
{
color: #5AB5D6;
}
.AnyTagClassName
{
color: #5AB5D6;
}
</style>
background-color css
<style>
a { background-color: #5AB5D6; }
a { background-color: rgb(90,181,214); }
div.DivClassName
{
background-color: #5AB5D6;
}
.BgClassName
{
background-color: #5AB5D6;
}
</style>
border-color css
<style>
span { border-color: #5AB5D6; }
span { border-color: rgb(90,181,214); }
td.TdClassName
{
border-color: #5AB5D6;
}
.TagClassName
{
border-color: #5AB5D6;
}
</style>