Shades of Malibu #52BFE5
Tints of Malibu #52BFE5
RGB
CMYK
RGB Variations
Color information
#52BFE5 (or 0x52BFE5) is known color: Malibu. HEX triplet: 52, BF and E5. RGB value is (82,191,229). Sum of RGB (Red+Green+Blue) = 82+191+229=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #52BFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BFE5 is #AD401A. Grayscale: #A2A2A2. Windows color (decimal): -11354139 or 15056722. OLE color: 15056722.
HSL color Cylindrical-coordinate representation of color #52BFE5: hue angle of 195.51º 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 #52BFE5 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 191 | 229 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.10 |
| HSL | 195.51º | 0.74% | 0.61% | - |
| HSV(B) | 195.51º | 0.64% | 0.9% | - |
| XYZ | 36.25 | 44.71 | 80.85 | - |
| YUV | 162.74 | 165.39 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 229 | 0.64 | 0.17 | 0 | 0.10 | 195.51 | 0.74 | 0.61 |
| Hex | 52 | BF | E5 | 40 | 11 | 0 | A | C4 | 4A | 3D |
| Octal | 122 | 277 | 345 | 100 | 21 | 0 | 12 | 304 | 112 | 75 |
| Binary | 1010010 | 10111111 | 11100101 | 1000000 | 10001 | 0 | 1010 | 11000100 | 1001010 | 111101 |
Color Harmonies of #52BFE5
Complementary color
Monochromatic Colors of #52BFE5
Black with #52BFE5
Text Example
Text Example
White with #52BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFE5; }
p { color: rgb(82,191,229); }
H1.HeaderClassName
{
color: #52BFE5;
}
.AnyTagClassName
{
color: #52BFE5;
}
</style>
background-color css
<style>
a { background-color: #52BFE5; }
a { background-color: rgb(82,191,229); }
div.DivClassName
{
background-color: #52BFE5;
}
.BgClassName
{
background-color: #52BFE5;
}
</style>
border-color css
<style>
span { border-color: #52BFE5; }
span { border-color: rgb(82,191,229); }
td.TdClassName
{
border-color: #52BFE5;
}
.TagClassName
{
border-color: #52BFE5;
}
</style>