Shades of Malibu #58ADDD
Tints of Malibu #58ADDD
RGB
CMYK
RGB Variations
Color information
#58ADDD (or 0x58ADDD) is known color: Malibu. HEX triplet: 58, AD and DD. RGB value is (88,173,221). Sum of RGB (Red+Green+Blue) = 88+173+221=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #58ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ADDD is #A75222. Grayscale: #989898. Windows color (decimal): -10965539 or 14527832. OLE color: 14527832.
HSL color Cylindrical-coordinate representation of color #58ADDD: hue angle of 201.65º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58ADDD is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 173 | 221 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.13 |
| HSL | 201.65º | 0.66% | 0.61% | - |
| HSV(B) | 201.65º | 0.6% | 0.87% | - |
| XYZ | 32.02 | 37.18 | 73.9 | - |
| YUV | 153.06 | 166.34 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 221 | 0.60 | 0.22 | 0 | 0.13 | 201.65 | 0.66 | 0.61 |
| Hex | 58 | AD | DD | 3C | 16 | 0 | D | CA | 42 | 3D |
| Octal | 130 | 255 | 335 | 74 | 26 | 0 | 15 | 312 | 102 | 75 |
| Binary | 1011000 | 10101101 | 11011101 | 111100 | 10110 | 0 | 1101 | 11001010 | 1000010 | 111101 |
Color Harmonies of #58ADDD
Complementary color
Monochromatic Colors of #58ADDD
Black with #58ADDD
Text Example
Text Example
White with #58ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ADDD; }
p { color: rgb(88,173,221); }
H1.HeaderClassName
{
color: #58ADDD;
}
.AnyTagClassName
{
color: #58ADDD;
}
</style>
background-color css
<style>
a { background-color: #58ADDD; }
a { background-color: rgb(88,173,221); }
div.DivClassName
{
background-color: #58ADDD;
}
.BgClassName
{
background-color: #58ADDD;
}
</style>
border-color css
<style>
span { border-color: #58ADDD; }
span { border-color: rgb(88,173,221); }
td.TdClassName
{
border-color: #58ADDD;
}
.TagClassName
{
border-color: #58ADDD;
}
</style>