Shades of Malibu #58B5DB
Tints of Malibu #58B5DB
RGB
CMYK
RGB Variations
Color information
#58B5DB (or 0x58B5DB) is known color: Malibu. HEX triplet: 58, B5 and DB. RGB value is (88,181,219). Sum of RGB (Red+Green+Blue) = 88+181+219=488 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.03% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #58B5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B5DB is #A74A24. Grayscale: #9D9D9D. Windows color (decimal): -10963493 or 14398808. OLE color: 14398808.
HSL color Cylindrical-coordinate representation of color #58B5DB: hue angle of 197.4º 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 #58B5DB is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 181 | 219 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.14 |
| HSL | 197.4º | 0.65% | 0.6% | - |
| HSV(B) | 197.4º | 0.6% | 0.86% | - |
| XYZ | 33.33 | 40.24 | 73.03 | - |
| YUV | 157.53 | 162.69 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 181 | 219 | 0.60 | 0.17 | 0 | 0.14 | 197.4 | 0.65 | 0.6 |
| Hex | 58 | B5 | DB | 3C | 11 | 0 | E | C5 | 41 | 3C |
| Octal | 130 | 265 | 333 | 74 | 21 | 0 | 16 | 305 | 101 | 74 |
| Binary | 1011000 | 10110101 | 11011011 | 111100 | 10001 | 0 | 1110 | 11000101 | 1000001 | 111100 |
Color Harmonies of #58B5DB
Complementary color
Monochromatic Colors of #58B5DB
Black with #58B5DB
Text Example
Text Example
White with #58B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B5DB; }
p { color: rgb(88,181,219); }
H1.HeaderClassName
{
color: #58B5DB;
}
.AnyTagClassName
{
color: #58B5DB;
}
</style>
background-color css
<style>
a { background-color: #58B5DB; }
a { background-color: rgb(88,181,219); }
div.DivClassName
{
background-color: #58B5DB;
}
.BgClassName
{
background-color: #58B5DB;
}
</style>
border-color css
<style>
span { border-color: #58B5DB; }
span { border-color: rgb(88,181,219); }
td.TdClassName
{
border-color: #58B5DB;
}
.TagClassName
{
border-color: #58B5DB;
}
</style>