Shades of Malibu #58AAE5
Tints of Malibu #58AAE5
RGB
CMYK
RGB Variations
Color information
#58AAE5 (or 0x58AAE5) is known color: Malibu. HEX triplet: 58, AA and E5. RGB value is (88,170,229). Sum of RGB (Red+Green+Blue) = 88+170+229=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #58AAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AAE5 is #A7551A. Grayscale: #979797. Windows color (decimal): -10966299 or 15051352. OLE color: 15051352.
HSL color Cylindrical-coordinate representation of color #58AAE5: hue angle of 205.11º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58AAE5 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 170 | 229 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.10 |
| HSL | 205.11º | 0.73% | 0.62% | - |
| HSV(B) | 205.11º | 0.62% | 0.9% | - |
| XYZ | 32.54 | 36.48 | 79.46 | - |
| YUV | 152.21 | 171.33 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 229 | 0.62 | 0.26 | 0 | 0.10 | 205.11 | 0.73 | 0.62 |
| Hex | 58 | AA | E5 | 3E | 1A | 0 | A | CD | 49 | 3E |
| Octal | 130 | 252 | 345 | 76 | 32 | 0 | 12 | 315 | 111 | 76 |
| Binary | 1011000 | 10101010 | 11100101 | 111110 | 11010 | 0 | 1010 | 11001101 | 1001001 | 111110 |
Color Harmonies of #58AAE5
Complementary color
Monochromatic Colors of #58AAE5
Black with #58AAE5
Text Example
Text Example
White with #58AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AAE5; }
p { color: rgb(88,170,229); }
H1.HeaderClassName
{
color: #58AAE5;
}
.AnyTagClassName
{
color: #58AAE5;
}
</style>
background-color css
<style>
a { background-color: #58AAE5; }
a { background-color: rgb(88,170,229); }
div.DivClassName
{
background-color: #58AAE5;
}
.BgClassName
{
background-color: #58AAE5;
}
</style>
border-color css
<style>
span { border-color: #58AAE5; }
span { border-color: rgb(88,170,229); }
td.TdClassName
{
border-color: #58AAE5;
}
.TagClassName
{
border-color: #58AAE5;
}
</style>