Shades of Malibu #5AB1EA
Tints of Malibu #5AB1EA
RGB
CMYK
RGB Variations
Color information
#5AB1EA (or 0x5AB1EA) is known color: Malibu. HEX triplet: 5A, B1 and EA. RGB value is (90,177,234). Sum of RGB (Red+Green+Blue) = 90+177+234=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #5AB1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB1EA is #A54E15. Grayscale: #9D9D9D. Windows color (decimal): -10833430 or 15380826. OLE color: 15380826.
HSL color Cylindrical-coordinate representation of color #5AB1EA: hue angle of 203.75º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AB1EA is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 177 | 234 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.08 |
| HSL | 203.75º | 0.77% | 0.64% | - |
| HSV(B) | 203.75º | 0.62% | 0.92% | - |
| XYZ | 34.79 | 39.56 | 83.64 | - |
| YUV | 157.49 | 171.18 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 234 | 0.62 | 0.24 | 0 | 0.08 | 203.75 | 0.77 | 0.64 |
| Hex | 5A | B1 | EA | 3E | 18 | 0 | 8 | CC | 4D | 40 |
| Octal | 132 | 261 | 352 | 76 | 30 | 0 | 10 | 314 | 115 | 100 |
| Binary | 1011010 | 10110001 | 11101010 | 111110 | 11000 | 0 | 1000 | 11001100 | 1001101 | 1000000 |
Color Harmonies of #5AB1EA
Complementary color
Monochromatic Colors of #5AB1EA
Black with #5AB1EA
Text Example
Text Example
White with #5AB1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB1EA; }
p { color: rgb(90,177,234); }
H1.HeaderClassName
{
color: #5AB1EA;
}
.AnyTagClassName
{
color: #5AB1EA;
}
</style>
background-color css
<style>
a { background-color: #5AB1EA; }
a { background-color: rgb(90,177,234); }
div.DivClassName
{
background-color: #5AB1EA;
}
.BgClassName
{
background-color: #5AB1EA;
}
</style>
border-color css
<style>
span { border-color: #5AB1EA; }
span { border-color: rgb(90,177,234); }
td.TdClassName
{
border-color: #5AB1EA;
}
.TagClassName
{
border-color: #5AB1EA;
}
</style>