Shades of Malibu #52ADE1
Tints of Malibu #52ADE1
RGB
CMYK
RGB Variations
Color information
#52ADE1 (or 0x52ADE1) is known color: Malibu. HEX triplet: 52, AD and E1. RGB value is (82,173,225). Sum of RGB (Red+Green+Blue) = 82+173+225=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #52ADE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADE1 is #AD521E. Grayscale: #979797. Windows color (decimal): -11358751 or 14789970. OLE color: 14789970.
HSL color Cylindrical-coordinate representation of color #52ADE1: hue angle of 201.82º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52ADE1 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 173 | 225 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.12 |
| HSL | 201.82º | 0.7% | 0.6% | - |
| HSV(B) | 201.82º | 0.64% | 0.88% | - |
| XYZ | 32.01 | 37.12 | 76.71 | - |
| YUV | 151.72 | 169.35 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 225 | 0.64 | 0.23 | 0 | 0.12 | 201.82 | 0.7 | 0.6 |
| Hex | 52 | AD | E1 | 40 | 17 | 0 | C | CA | 46 | 3C |
| Octal | 122 | 255 | 341 | 100 | 27 | 0 | 14 | 312 | 106 | 74 |
| Binary | 1010010 | 10101101 | 11100001 | 1000000 | 10111 | 0 | 1100 | 11001010 | 1000110 | 111100 |
Color Harmonies of #52ADE1
Complementary color
Monochromatic Colors of #52ADE1
Black with #52ADE1
Text Example
Text Example
White with #52ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADE1; }
p { color: rgb(82,173,225); }
H1.HeaderClassName
{
color: #52ADE1;
}
.AnyTagClassName
{
color: #52ADE1;
}
</style>
background-color css
<style>
a { background-color: #52ADE1; }
a { background-color: rgb(82,173,225); }
div.DivClassName
{
background-color: #52ADE1;
}
.BgClassName
{
background-color: #52ADE1;
}
</style>
border-color css
<style>
span { border-color: #52ADE1; }
span { border-color: rgb(82,173,225); }
td.TdClassName
{
border-color: #52ADE1;
}
.TagClassName
{
border-color: #52ADE1;
}
</style>