Shades of Malibu #52B7E8
Tints of Malibu #52B7E8
RGB
CMYK
RGB Variations
Color information
#52B7E8 (or 0x52B7E8) is known color: Malibu. HEX triplet: 52, B7 and E8. RGB value is (82,183,232). Sum of RGB (Red+Green+Blue) = 82+183+232=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #52B7E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B7E8 is #AD4817. Grayscale: #9E9E9E. Windows color (decimal): -11356184 or 15251282. OLE color: 15251282.
HSL color Cylindrical-coordinate representation of color #52B7E8: hue angle of 199.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52B7E8 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 183 | 232 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.09 |
| HSL | 199.6º | 0.77% | 0.62% | - |
| HSV(B) | 199.6º | 0.65% | 0.91% | - |
| XYZ | 34.98 | 41.49 | 82.51 | - |
| YUV | 158.39 | 169.54 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 183 | 232 | 0.65 | 0.21 | 0 | 0.09 | 199.6 | 0.77 | 0.62 |
| Hex | 52 | B7 | E8 | 41 | 15 | 0 | 9 | C8 | 4D | 3E |
| Octal | 122 | 267 | 350 | 101 | 25 | 0 | 11 | 310 | 115 | 76 |
| Binary | 1010010 | 10110111 | 11101000 | 1000001 | 10101 | 0 | 1001 | 11001000 | 1001101 | 111110 |
Color Harmonies of #52B7E8
Complementary color
Monochromatic Colors of #52B7E8
Black with #52B7E8
Text Example
Text Example
White with #52B7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B7E8; }
p { color: rgb(82,183,232); }
H1.HeaderClassName
{
color: #52B7E8;
}
.AnyTagClassName
{
color: #52B7E8;
}
</style>
background-color css
<style>
a { background-color: #52B7E8; }
a { background-color: rgb(82,183,232); }
div.DivClassName
{
background-color: #52B7E8;
}
.BgClassName
{
background-color: #52B7E8;
}
</style>
border-color css
<style>
span { border-color: #52B7E8; }
span { border-color: rgb(82,183,232); }
td.TdClassName
{
border-color: #52B7E8;
}
.TagClassName
{
border-color: #52B7E8;
}
</style>