Shades of Malibu #5AA9E4
Tints of Malibu #5AA9E4
RGB
CMYK
RGB Variations
Color information
#5AA9E4 (or 0x5AA9E4) is known color: Malibu. HEX triplet: 5A, A9 and E4. RGB value is (90,169,228). Sum of RGB (Red+Green+Blue) = 90+169+228=487 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.48% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #5AA9E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA9E4 is #A5561B. Grayscale: #979797. Windows color (decimal): -10835484 or 14985562. OLE color: 14985562.
HSL color Cylindrical-coordinate representation of color #5AA9E4: hue angle of 205.65º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AA9E4 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 169 | 228 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.11 |
| HSL | 205.65º | 0.72% | 0.62% | - |
| HSV(B) | 205.65º | 0.61% | 0.89% | - |
| XYZ | 32.41 | 36.15 | 78.67 | - |
| YUV | 152.11 | 170.83 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 169 | 228 | 0.61 | 0.26 | 0 | 0.11 | 205.65 | 0.72 | 0.62 |
| Hex | 5A | A9 | E4 | 3D | 1A | 0 | B | CE | 48 | 3E |
| Octal | 132 | 251 | 344 | 75 | 32 | 0 | 13 | 316 | 110 | 76 |
| Binary | 1011010 | 10101001 | 11100100 | 111101 | 11010 | 0 | 1011 | 11001110 | 1001000 | 111110 |
Color Harmonies of #5AA9E4
Complementary color
Monochromatic Colors of #5AA9E4
Black with #5AA9E4
Text Example
Text Example
White with #5AA9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA9E4; }
p { color: rgb(90,169,228); }
H1.HeaderClassName
{
color: #5AA9E4;
}
.AnyTagClassName
{
color: #5AA9E4;
}
</style>
background-color css
<style>
a { background-color: #5AA9E4; }
a { background-color: rgb(90,169,228); }
div.DivClassName
{
background-color: #5AA9E4;
}
.BgClassName
{
background-color: #5AA9E4;
}
</style>
border-color css
<style>
span { border-color: #5AA9E4; }
span { border-color: rgb(90,169,228); }
td.TdClassName
{
border-color: #5AA9E4;
}
.TagClassName
{
border-color: #5AA9E4;
}
</style>