Shades of Malibu #52B5E8
Tints of Malibu #52B5E8
RGB
CMYK
RGB Variations
Color information
#52B5E8 (or 0x52B5E8) is known color: Malibu. HEX triplet: 52, B5 and E8. RGB value is (82,181,232). Sum of RGB (Red+Green+Blue) = 82+181+232=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #52B5E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B5E8 is #AD4A17. Grayscale: #9C9C9C. Windows color (decimal): -11356696 or 15250770. OLE color: 15250770.
HSL color Cylindrical-coordinate representation of color #52B5E8: hue angle of 200.4º 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 #52B5E8 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 181 | 232 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.09 |
| HSL | 200.4º | 0.77% | 0.62% | - |
| HSV(B) | 200.4º | 0.65% | 0.91% | - |
| XYZ | 34.57 | 40.67 | 82.37 | - |
| YUV | 157.21 | 170.2 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 232 | 0.65 | 0.22 | 0 | 0.09 | 200.4 | 0.77 | 0.62 |
| Hex | 52 | B5 | E8 | 41 | 16 | 0 | 9 | C8 | 4D | 3E |
| Octal | 122 | 265 | 350 | 101 | 26 | 0 | 11 | 310 | 115 | 76 |
| Binary | 1010010 | 10110101 | 11101000 | 1000001 | 10110 | 0 | 1001 | 11001000 | 1001101 | 111110 |
Color Harmonies of #52B5E8
Complementary color
Monochromatic Colors of #52B5E8
Black with #52B5E8
Text Example
Text Example
White with #52B5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B5E8; }
p { color: rgb(82,181,232); }
H1.HeaderClassName
{
color: #52B5E8;
}
.AnyTagClassName
{
color: #52B5E8;
}
</style>
background-color css
<style>
a { background-color: #52B5E8; }
a { background-color: rgb(82,181,232); }
div.DivClassName
{
background-color: #52B5E8;
}
.BgClassName
{
background-color: #52B5E8;
}
</style>
border-color css
<style>
span { border-color: #52B5E8; }
span { border-color: rgb(82,181,232); }
td.TdClassName
{
border-color: #52B5E8;
}
.TagClassName
{
border-color: #52B5E8;
}
</style>