Shades of Malibu #58B3DB
Tints of Malibu #58B3DB
RGB
CMYK
RGB Variations
Color information
#58B3DB (or 0x58B3DB) is known color: Malibu. HEX triplet: 58, B3 and DB. RGB value is (88,179,219). Sum of RGB (Red+Green+Blue) = 88+179+219=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #58B3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B3DB is #A74C24. Grayscale: #9C9C9C. Windows color (decimal): -10964005 or 14398296. OLE color: 14398296.
HSL color Cylindrical-coordinate representation of color #58B3DB: hue angle of 198.32º 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 #58B3DB is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 179 | 219 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.14 |
| HSL | 198.32º | 0.65% | 0.6% | - |
| HSV(B) | 198.32º | 0.6% | 0.86% | - |
| XYZ | 32.93 | 39.43 | 72.89 | - |
| YUV | 156.35 | 163.35 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 179 | 219 | 0.60 | 0.18 | 0 | 0.14 | 198.32 | 0.65 | 0.6 |
| Hex | 58 | B3 | DB | 3C | 12 | 0 | E | C6 | 41 | 3C |
| Octal | 130 | 263 | 333 | 74 | 22 | 0 | 16 | 306 | 101 | 74 |
| Binary | 1011000 | 10110011 | 11011011 | 111100 | 10010 | 0 | 1110 | 11000110 | 1000001 | 111100 |
Color Harmonies of #58B3DB
Complementary color
Monochromatic Colors of #58B3DB
Black with #58B3DB
Text Example
Text Example
White with #58B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B3DB; }
p { color: rgb(88,179,219); }
H1.HeaderClassName
{
color: #58B3DB;
}
.AnyTagClassName
{
color: #58B3DB;
}
</style>
background-color css
<style>
a { background-color: #58B3DB; }
a { background-color: rgb(88,179,219); }
div.DivClassName
{
background-color: #58B3DB;
}
.BgClassName
{
background-color: #58B3DB;
}
</style>
border-color css
<style>
span { border-color: #58B3DB; }
span { border-color: rgb(88,179,219); }
td.TdClassName
{
border-color: #58B3DB;
}
.TagClassName
{
border-color: #58B3DB;
}
</style>