Shades of Malibu #5AB4EA
Tints of Malibu #5AB4EA
RGB
CMYK
RGB Variations
Color information
#5AB4EA (or 0x5AB4EA) is known color: Malibu. HEX triplet: 5A, B4 and EA. RGB value is (90,180,234). Sum of RGB (Red+Green+Blue) = 90+180+234=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #5AB4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB4EA is #A54B15. Grayscale: #9E9E9E. Windows color (decimal): -10832662 or 15381594. OLE color: 15381594.
HSL color Cylindrical-coordinate representation of color #5AB4EA: hue angle of 202.5º 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 #5AB4EA is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 180 | 234 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.08 |
| HSL | 202.5º | 0.77% | 0.64% | - |
| HSV(B) | 202.5º | 0.62% | 0.92% | - |
| XYZ | 35.39 | 40.76 | 83.84 | - |
| YUV | 159.25 | 170.18 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 234 | 0.62 | 0.23 | 0 | 0.08 | 202.5 | 0.77 | 0.64 |
| Hex | 5A | B4 | EA | 3E | 17 | 0 | 8 | CA | 4D | 40 |
| Octal | 132 | 264 | 352 | 76 | 27 | 0 | 10 | 312 | 115 | 100 |
| Binary | 1011010 | 10110100 | 11101010 | 111110 | 10111 | 0 | 1000 | 11001010 | 1001101 | 1000000 |
Color Harmonies of #5AB4EA
Complementary color
Monochromatic Colors of #5AB4EA
Black with #5AB4EA
Text Example
Text Example
White with #5AB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB4EA; }
p { color: rgb(90,180,234); }
H1.HeaderClassName
{
color: #5AB4EA;
}
.AnyTagClassName
{
color: #5AB4EA;
}
</style>
background-color css
<style>
a { background-color: #5AB4EA; }
a { background-color: rgb(90,180,234); }
div.DivClassName
{
background-color: #5AB4EA;
}
.BgClassName
{
background-color: #5AB4EA;
}
</style>
border-color css
<style>
span { border-color: #5AB4EA; }
span { border-color: rgb(90,180,234); }
td.TdClassName
{
border-color: #5AB4EA;
}
.TagClassName
{
border-color: #5AB4EA;
}
</style>