Shades of Malibu #58C0DB
Tints of Malibu #58C0DB
RGB
CMYK
RGB Variations
Color information
#58C0DB (or 0x58C0DB) is known color: Malibu. HEX triplet: 58, C0 and DB. RGB value is (88,192,219). Sum of RGB (Red+Green+Blue) = 88+192+219=499 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.64% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #58C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C0DB is #A73F24. Grayscale: #A3A3A3. Windows color (decimal): -10960677 or 14401624. OLE color: 14401624.
HSL color Cylindrical-coordinate representation of color #58C0DB: hue angle of 192.37º 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 #58C0DB is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 192 | 219 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.14 |
| HSL | 192.37º | 0.65% | 0.6% | - |
| HSV(B) | 192.37º | 0.6% | 0.86% | - |
| XYZ | 35.66 | 44.89 | 73.8 | - |
| YUV | 163.98 | 159.04 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 219 | 0.60 | 0.12 | 0 | 0.14 | 192.37 | 0.65 | 0.6 |
| Hex | 58 | C0 | DB | 3C | C | 0 | E | C0 | 41 | 3C |
| Octal | 130 | 300 | 333 | 74 | 14 | 0 | 16 | 300 | 101 | 74 |
| Binary | 1011000 | 11000000 | 11011011 | 111100 | 1100 | 0 | 1110 | 11000000 | 1000001 | 111100 |
Color Harmonies of #58C0DB
Complementary color
Monochromatic Colors of #58C0DB
Black with #58C0DB
Text Example
Text Example
White with #58C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C0DB; }
p { color: rgb(88,192,219); }
H1.HeaderClassName
{
color: #58C0DB;
}
.AnyTagClassName
{
color: #58C0DB;
}
</style>
background-color css
<style>
a { background-color: #58C0DB; }
a { background-color: rgb(88,192,219); }
div.DivClassName
{
background-color: #58C0DB;
}
.BgClassName
{
background-color: #58C0DB;
}
</style>
border-color css
<style>
span { border-color: #58C0DB; }
span { border-color: rgb(88,192,219); }
td.TdClassName
{
border-color: #58C0DB;
}
.TagClassName
{
border-color: #58C0DB;
}
</style>