Shades of Malibu #58ADE6
Tints of Malibu #58ADE6
RGB
CMYK
RGB Variations
Color information
#58ADE6 (or 0x58ADE6) is known color: Malibu. HEX triplet: 58, AD and E6. RGB value is (88,173,230). Sum of RGB (Red+Green+Blue) = 88+173+230=491 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.92% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #58ADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ADE6 is #A75219. Grayscale: #999999. Windows color (decimal): -10965530 or 15117656. OLE color: 15117656.
HSL color Cylindrical-coordinate representation of color #58ADE6: hue angle of 204.08º degrees, saturation: 0.74, 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 #58ADE6 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 173 | 230 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.10 |
| HSL | 204.08º | 0.74% | 0.62% | - |
| HSV(B) | 204.08º | 0.62% | 0.9% | - |
| XYZ | 33.25 | 37.68 | 80.38 | - |
| YUV | 154.08 | 170.84 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 230 | 0.62 | 0.25 | 0 | 0.10 | 204.08 | 0.74 | 0.62 |
| Hex | 58 | AD | E6 | 3E | 19 | 0 | A | CC | 4A | 3E |
| Octal | 130 | 255 | 346 | 76 | 31 | 0 | 12 | 314 | 112 | 76 |
| Binary | 1011000 | 10101101 | 11100110 | 111110 | 11001 | 0 | 1010 | 11001100 | 1001010 | 111110 |
Color Harmonies of #58ADE6
Complementary color
Monochromatic Colors of #58ADE6
Black with #58ADE6
Text Example
Text Example
White with #58ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ADE6; }
p { color: rgb(88,173,230); }
H1.HeaderClassName
{
color: #58ADE6;
}
.AnyTagClassName
{
color: #58ADE6;
}
</style>
background-color css
<style>
a { background-color: #58ADE6; }
a { background-color: rgb(88,173,230); }
div.DivClassName
{
background-color: #58ADE6;
}
.BgClassName
{
background-color: #58ADE6;
}
</style>
border-color css
<style>
span { border-color: #58ADE6; }
span { border-color: rgb(88,173,230); }
td.TdClassName
{
border-color: #58ADE6;
}
.TagClassName
{
border-color: #58ADE6;
}
</style>