Shades of Malibu #5AB5F5
Tints of Malibu #5AB5F5
RGB
CMYK
RGB Variations
Color information
#5AB5F5 (or 0x5AB5F5) is known color: Malibu. HEX triplet: 5A, B5 and F5. RGB value is (90,181,245). Sum of RGB (Red+Green+Blue) = 90+181+245=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #5AB5F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB5F5 is #A54A0A. Grayscale: #A0A0A0. Windows color (decimal): -10832395 or 16102746. OLE color: 16102746.
HSL color Cylindrical-coordinate representation of color #5AB5F5: hue angle of 204.77º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AB5F5 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 181 | 245 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.04 |
| HSL | 204.77º | 0.89% | 0.66% | - |
| HSV(B) | 204.77º | 0.63% | 0.96% | - |
| XYZ | 37.22 | 41.81 | 92.5 | - |
| YUV | 161.09 | 175.35 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 245 | 0.63 | 0.26 | 0 | 0.04 | 204.77 | 0.89 | 0.66 |
| Hex | 5A | B5 | F5 | 3F | 1A | 0 | 4 | CD | 59 | 42 |
| Octal | 132 | 265 | 365 | 77 | 32 | 0 | 4 | 315 | 131 | 102 |
| Binary | 1011010 | 10110101 | 11110101 | 111111 | 11010 | 0 | 100 | 11001101 | 1011001 | 1000010 |
Color Harmonies of #5AB5F5
Complementary color
Monochromatic Colors of #5AB5F5
Black with #5AB5F5
Text Example
Text Example
White with #5AB5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB5F5; }
p { color: rgb(90,181,245); }
H1.HeaderClassName
{
color: #5AB5F5;
}
.AnyTagClassName
{
color: #5AB5F5;
}
</style>
background-color css
<style>
a { background-color: #5AB5F5; }
a { background-color: rgb(90,181,245); }
div.DivClassName
{
background-color: #5AB5F5;
}
.BgClassName
{
background-color: #5AB5F5;
}
</style>
border-color css
<style>
span { border-color: #5AB5F5; }
span { border-color: rgb(90,181,245); }
td.TdClassName
{
border-color: #5AB5F5;
}
.TagClassName
{
border-color: #5AB5F5;
}
</style>