Shades of Malibu #52B5EC
Tints of Malibu #52B5EC
RGB
CMYK
RGB Variations
Color information
#52B5EC (or 0x52B5EC) is known color: Malibu. HEX triplet: 52, B5 and EC. RGB value is (82,181,236). Sum of RGB (Red+Green+Blue) = 82+181+236=499 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.43% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #52B5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B5EC is #AD4A13. Grayscale: #9D9D9D. Windows color (decimal): -11356692 or 15512914. OLE color: 15512914.
HSL color Cylindrical-coordinate representation of color #52B5EC: hue angle of 201.43º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52B5EC is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 181 | 236 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.07 |
| HSL | 201.43º | 0.8% | 0.62% | - |
| HSV(B) | 201.43º | 0.65% | 0.93% | - |
| XYZ | 35.14 | 40.9 | 85.4 | - |
| YUV | 157.67 | 172.2 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 236 | 0.65 | 0.23 | 0 | 0.07 | 201.43 | 0.8 | 0.62 |
| Hex | 52 | B5 | EC | 41 | 17 | 0 | 7 | C9 | 50 | 3E |
| Octal | 122 | 265 | 354 | 101 | 27 | 0 | 7 | 311 | 120 | 76 |
| Binary | 1010010 | 10110101 | 11101100 | 1000001 | 10111 | 0 | 111 | 11001001 | 1010000 | 111110 |
Color Harmonies of #52B5EC
Complementary color
Monochromatic Colors of #52B5EC
Black with #52B5EC
Text Example
Text Example
White with #52B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B5EC; }
p { color: rgb(82,181,236); }
H1.HeaderClassName
{
color: #52B5EC;
}
.AnyTagClassName
{
color: #52B5EC;
}
</style>
background-color css
<style>
a { background-color: #52B5EC; }
a { background-color: rgb(82,181,236); }
div.DivClassName
{
background-color: #52B5EC;
}
.BgClassName
{
background-color: #52B5EC;
}
</style>
border-color css
<style>
span { border-color: #52B5EC; }
span { border-color: rgb(82,181,236); }
td.TdClassName
{
border-color: #52B5EC;
}
.TagClassName
{
border-color: #52B5EC;
}
</style>