Shades of Malibu #58B1DB
Tints of Malibu #58B1DB
RGB
CMYK
RGB Variations
Color information
#58B1DB (or 0x58B1DB) is known color: Malibu. HEX triplet: 58, B1 and DB. RGB value is (88,177,219). Sum of RGB (Red+Green+Blue) = 88+177+219=484 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.18% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #58B1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B1DB is #A74E24. Grayscale: #9A9A9A. Windows color (decimal): -10964517 or 14397784. OLE color: 14397784.
HSL color Cylindrical-coordinate representation of color #58B1DB: hue angle of 199.24º 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 #58B1DB is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 177 | 219 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.14 |
| HSL | 199.24º | 0.65% | 0.6% | - |
| HSV(B) | 199.24º | 0.6% | 0.86% | - |
| XYZ | 32.53 | 38.63 | 72.76 | - |
| YUV | 155.18 | 164.01 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 177 | 219 | 0.60 | 0.19 | 0 | 0.14 | 199.24 | 0.65 | 0.6 |
| Hex | 58 | B1 | DB | 3C | 13 | 0 | E | C7 | 41 | 3C |
| Octal | 130 | 261 | 333 | 74 | 23 | 0 | 16 | 307 | 101 | 74 |
| Binary | 1011000 | 10110001 | 11011011 | 111100 | 10011 | 0 | 1110 | 11000111 | 1000001 | 111100 |
Color Harmonies of #58B1DB
Complementary color
Monochromatic Colors of #58B1DB
Black with #58B1DB
Text Example
Text Example
White with #58B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B1DB; }
p { color: rgb(88,177,219); }
H1.HeaderClassName
{
color: #58B1DB;
}
.AnyTagClassName
{
color: #58B1DB;
}
</style>
background-color css
<style>
a { background-color: #58B1DB; }
a { background-color: rgb(88,177,219); }
div.DivClassName
{
background-color: #58B1DB;
}
.BgClassName
{
background-color: #58B1DB;
}
</style>
border-color css
<style>
span { border-color: #58B1DB; }
span { border-color: rgb(88,177,219); }
td.TdClassName
{
border-color: #58B1DB;
}
.TagClassName
{
border-color: #58B1DB;
}
</style>