Shades of Malibu #52ACF1
Tints of Malibu #52ACF1
RGB
CMYK
RGB Variations
Color information
#52ACF1 (or 0x52ACF1) is known color: Malibu. HEX triplet: 52, AC and F1. RGB value is (82,172,241). Sum of RGB (Red+Green+Blue) = 82+172+241=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #52ACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ACF1 is #AD530E. Grayscale: #989898. Windows color (decimal): -11358991 or 15838290. OLE color: 15838290.
HSL color Cylindrical-coordinate representation of color #52ACF1: hue angle of 206.04º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52ACF1 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 172 | 241 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.05 |
| HSL | 206.04º | 0.85% | 0.63% | - |
| HSV(B) | 206.04º | 0.66% | 0.95% | - |
| XYZ | 34.11 | 37.65 | 88.69 | - |
| YUV | 152.96 | 177.68 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 172 | 241 | 0.66 | 0.29 | 0 | 0.05 | 206.04 | 0.85 | 0.63 |
| Hex | 52 | AC | F1 | 42 | 1D | 0 | 5 | CE | 55 | 3F |
| Octal | 122 | 254 | 361 | 102 | 35 | 0 | 5 | 316 | 125 | 77 |
| Binary | 1010010 | 10101100 | 11110001 | 1000010 | 11101 | 0 | 101 | 11001110 | 1010101 | 111111 |
Color Harmonies of #52ACF1
Complementary color
Monochromatic Colors of #52ACF1
Black with #52ACF1
Text Example
Text Example
White with #52ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ACF1; }
p { color: rgb(82,172,241); }
H1.HeaderClassName
{
color: #52ACF1;
}
.AnyTagClassName
{
color: #52ACF1;
}
</style>
background-color css
<style>
a { background-color: #52ACF1; }
a { background-color: rgb(82,172,241); }
div.DivClassName
{
background-color: #52ACF1;
}
.BgClassName
{
background-color: #52ACF1;
}
</style>
border-color css
<style>
span { border-color: #52ACF1; }
span { border-color: rgb(82,172,241); }
td.TdClassName
{
border-color: #52ACF1;
}
.TagClassName
{
border-color: #52ACF1;
}
</style>