Shades of Malibu #52ACE5
Tints of Malibu #52ACE5
RGB
CMYK
RGB Variations
Color information
#52ACE5 (or 0x52ACE5) is known color: Malibu. HEX triplet: 52, AC and E5. RGB value is (82,172,229). Sum of RGB (Red+Green+Blue) = 82+172+229=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #52ACE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACE5 is #AD531A. Grayscale: #979797. Windows color (decimal): -11359003 or 15051858. OLE color: 15051858.
HSL color Cylindrical-coordinate representation of color #52ACE5: hue angle of 203.27º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52ACE5 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 172 | 229 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.10 |
| HSL | 203.27º | 0.74% | 0.61% | - |
| HSV(B) | 203.27º | 0.64% | 0.9% | - |
| XYZ | 32.38 | 36.96 | 79.56 | - |
| YUV | 151.59 | 171.68 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 172 | 229 | 0.64 | 0.25 | 0 | 0.10 | 203.27 | 0.74 | 0.61 |
| Hex | 52 | AC | E5 | 40 | 19 | 0 | A | CB | 4A | 3D |
| Octal | 122 | 254 | 345 | 100 | 31 | 0 | 12 | 313 | 112 | 75 |
| Binary | 1010010 | 10101100 | 11100101 | 1000000 | 11001 | 0 | 1010 | 11001011 | 1001010 | 111101 |
Color Harmonies of #52ACE5
Complementary color
Monochromatic Colors of #52ACE5
Black with #52ACE5
Text Example
Text Example
White with #52ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ACE5; }
p { color: rgb(82,172,229); }
H1.HeaderClassName
{
color: #52ACE5;
}
.AnyTagClassName
{
color: #52ACE5;
}
</style>
background-color css
<style>
a { background-color: #52ACE5; }
a { background-color: rgb(82,172,229); }
div.DivClassName
{
background-color: #52ACE5;
}
.BgClassName
{
background-color: #52ACE5;
}
</style>
border-color css
<style>
span { border-color: #52ACE5; }
span { border-color: rgb(82,172,229); }
td.TdClassName
{
border-color: #52ACE5;
}
.TagClassName
{
border-color: #52ACE5;
}
</style>