Shades of Malibu #52AFF2
Tints of Malibu #52AFF2
RGB
CMYK
RGB Variations
Color information
#52AFF2 (or 0x52AFF2) is known color: Malibu. HEX triplet: 52, AF and F2. RGB value is (82,175,242). Sum of RGB (Red+Green+Blue) = 82+175+242=499 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.43% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #52AFF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52AFF2 is #AD500D. Grayscale: #9A9A9A. Windows color (decimal): -11358222 or 15904594. OLE color: 15904594.
HSL color Cylindrical-coordinate representation of color #52AFF2: hue angle of 205.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52AFF2 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 175 | 242 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.05 |
| HSL | 205.13º | 0.86% | 0.64% | - |
| HSV(B) | 205.13º | 0.66% | 0.95% | - |
| XYZ | 34.84 | 38.86 | 89.67 | - |
| YUV | 154.83 | 177.19 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 242 | 0.66 | 0.28 | 0 | 0.05 | 205.13 | 0.86 | 0.64 |
| Hex | 52 | AF | F2 | 42 | 1C | 0 | 5 | CD | 56 | 40 |
| Octal | 122 | 257 | 362 | 102 | 34 | 0 | 5 | 315 | 126 | 100 |
| Binary | 1010010 | 10101111 | 11110010 | 1000010 | 11100 | 0 | 101 | 11001101 | 1010110 | 1000000 |
Color Harmonies of #52AFF2
Complementary color
Monochromatic Colors of #52AFF2
Black with #52AFF2
Text Example
Text Example
White with #52AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AFF2; }
p { color: rgb(82,175,242); }
H1.HeaderClassName
{
color: #52AFF2;
}
.AnyTagClassName
{
color: #52AFF2;
}
</style>
background-color css
<style>
a { background-color: #52AFF2; }
a { background-color: rgb(82,175,242); }
div.DivClassName
{
background-color: #52AFF2;
}
.BgClassName
{
background-color: #52AFF2;
}
</style>
border-color css
<style>
span { border-color: #52AFF2; }
span { border-color: rgb(82,175,242); }
td.TdClassName
{
border-color: #52AFF2;
}
.TagClassName
{
border-color: #52AFF2;
}
</style>