Shades of Malibu #5AB0E0
Tints of Malibu #5AB0E0
RGB
CMYK
RGB Variations
Color information
#5AB0E0 (or 0x5AB0E0) is known color: Malibu. HEX triplet: 5A, B0 and E0. RGB value is (90,176,224). Sum of RGB (Red+Green+Blue) = 90+176+224=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #5AB0E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB0E0 is #A54F1F. Grayscale: #9B9B9B. Windows color (decimal): -10833696 or 14725210. OLE color: 14725210.
HSL color Cylindrical-coordinate representation of color #5AB0E0: hue angle of 201.49º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AB0E0 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 176 | 224 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.12 |
| HSL | 201.49º | 0.68% | 0.62% | - |
| HSV(B) | 201.49º | 0.6% | 0.88% | - |
| XYZ | 33.2 | 38.61 | 76.22 | - |
| YUV | 155.76 | 166.51 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 224 | 0.60 | 0.21 | 0 | 0.12 | 201.49 | 0.68 | 0.62 |
| Hex | 5A | B0 | E0 | 3C | 15 | 0 | C | C9 | 44 | 3E |
| Octal | 132 | 260 | 340 | 74 | 25 | 0 | 14 | 311 | 104 | 76 |
| Binary | 1011010 | 10110000 | 11100000 | 111100 | 10101 | 0 | 1100 | 11001001 | 1000100 | 111110 |
Color Harmonies of #5AB0E0
Complementary color
Monochromatic Colors of #5AB0E0
Black with #5AB0E0
Text Example
Text Example
White with #5AB0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB0E0; }
p { color: rgb(90,176,224); }
H1.HeaderClassName
{
color: #5AB0E0;
}
.AnyTagClassName
{
color: #5AB0E0;
}
</style>
background-color css
<style>
a { background-color: #5AB0E0; }
a { background-color: rgb(90,176,224); }
div.DivClassName
{
background-color: #5AB0E0;
}
.BgClassName
{
background-color: #5AB0E0;
}
</style>
border-color css
<style>
span { border-color: #5AB0E0; }
span { border-color: rgb(90,176,224); }
td.TdClassName
{
border-color: #5AB0E0;
}
.TagClassName
{
border-color: #5AB0E0;
}
</style>