Shades of Malibu #58B2E6
Tints of Malibu #58B2E6
RGB
CMYK
RGB Variations
Color information
#58B2E6 (or 0x58B2E6) is known color: Malibu. HEX triplet: 58, B2 and E6. RGB value is (88,178,230). Sum of RGB (Red+Green+Blue) = 88+178+230=496 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.74% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #58B2E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58B2E6 is #A74D19. Grayscale: #9C9C9C. Windows color (decimal): -10964250 or 15118936. OLE color: 15118936.
HSL color Cylindrical-coordinate representation of color #58B2E6: hue angle of 201.97º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58B2E6 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 178 | 230 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.10 |
| HSL | 201.97º | 0.74% | 0.62% | - |
| HSV(B) | 201.97º | 0.62% | 0.9% | - |
| XYZ | 34.23 | 39.63 | 80.71 | - |
| YUV | 157.02 | 169.18 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 178 | 230 | 0.62 | 0.23 | 0 | 0.10 | 201.97 | 0.74 | 0.62 |
| Hex | 58 | B2 | E6 | 3E | 17 | 0 | A | CA | 4A | 3E |
| Octal | 130 | 262 | 346 | 76 | 27 | 0 | 12 | 312 | 112 | 76 |
| Binary | 1011000 | 10110010 | 11100110 | 111110 | 10111 | 0 | 1010 | 11001010 | 1001010 | 111110 |
Color Harmonies of #58B2E6
Complementary color
Monochromatic Colors of #58B2E6
Black with #58B2E6
Text Example
Text Example
White with #58B2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B2E6; }
p { color: rgb(88,178,230); }
H1.HeaderClassName
{
color: #58B2E6;
}
.AnyTagClassName
{
color: #58B2E6;
}
</style>
background-color css
<style>
a { background-color: #58B2E6; }
a { background-color: rgb(88,178,230); }
div.DivClassName
{
background-color: #58B2E6;
}
.BgClassName
{
background-color: #58B2E6;
}
</style>
border-color css
<style>
span { border-color: #58B2E6; }
span { border-color: rgb(88,178,230); }
td.TdClassName
{
border-color: #58B2E6;
}
.TagClassName
{
border-color: #58B2E6;
}
</style>