Shades of Malibu #58C2DC
Tints of Malibu #58C2DC
RGB
CMYK
RGB Variations
Color information
#58C2DC (or 0x58C2DC) is known color: Malibu. HEX triplet: 58, C2 and DC. RGB value is (88,194,220). Sum of RGB (Red+Green+Blue) = 88+194+220=502 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.53% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #58C2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C2DC is #A73D23. Grayscale: #A5A5A5. Windows color (decimal): -10960164 or 14467672. OLE color: 14467672.
HSL color Cylindrical-coordinate representation of color #58C2DC: hue angle of 191.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58C2DC is Cyan = 0.6, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 194 | 220 | - |
| CMYK | 0.6 | 0.12 | 0 | 0.14 |
| HSL | 191.82º | 0.65% | 0.6% | - |
| HSV(B) | 191.82º | 0.6% | 0.86% | - |
| XYZ | 36.23 | 45.83 | 74.65 | - |
| YUV | 165.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 220 | 0.6 | 0.12 | 0 | 0.14 | 191.82 | 0.65 | 0.6 |
| Hex | 58 | C2 | DC | 3C | C | 0 | E | C0 | 41 | 3C |
| Octal | 130 | 302 | 334 | 74 | 14 | 0 | 16 | 300 | 101 | 74 |
| Binary | 1011000 | 11000010 | 11011100 | 111100 | 1100 | 0 | 1110 | 11000000 | 1000001 | 111100 |
Color Harmonies of #58C2DC
Complementary color
Monochromatic Colors of #58C2DC
Black with #58C2DC
Text Example
Text Example
White with #58C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C2DC; }
p { color: rgb(88,194,220); }
H1.HeaderClassName
{
color: #58C2DC;
}
.AnyTagClassName
{
color: #58C2DC;
}
</style>
background-color css
<style>
a { background-color: #58C2DC; }
a { background-color: rgb(88,194,220); }
div.DivClassName
{
background-color: #58C2DC;
}
.BgClassName
{
background-color: #58C2DC;
}
</style>
border-color css
<style>
span { border-color: #58C2DC; }
span { border-color: rgb(88,194,220); }
td.TdClassName
{
border-color: #58C2DC;
}
.TagClassName
{
border-color: #58C2DC;
}
</style>