Shades of Malibu #53AAE6
Tints of Malibu #53AAE6
RGB
CMYK
RGB Variations
Color information
#53AAE6 (or 0x53AAE6) is known color: Malibu. HEX triplet: 53, AA and E6. RGB value is (83,170,230). Sum of RGB (Red+Green+Blue) = 83+170+230=483 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.18% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #53AAE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53AAE6 is #AC5519. Grayscale: #969696. Windows color (decimal): -11293978 or 15116883. OLE color: 15116883.
HSL color Cylindrical-coordinate representation of color #53AAE6: hue angle of 204.49º degrees, saturation: 0.75, 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 #53AAE6 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 170 | 230 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.10 |
| HSL | 204.49º | 0.75% | 0.61% | - |
| HSV(B) | 204.49º | 0.64% | 0.9% | - |
| XYZ | 32.22 | 36.3 | 80.17 | - |
| YUV | 150.83 | 172.68 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 230 | 0.64 | 0.26 | 0 | 0.10 | 204.49 | 0.75 | 0.61 |
| Hex | 53 | AA | E6 | 40 | 1A | 0 | A | CC | 4B | 3D |
| Octal | 123 | 252 | 346 | 100 | 32 | 0 | 12 | 314 | 113 | 75 |
| Binary | 1010011 | 10101010 | 11100110 | 1000000 | 11010 | 0 | 1010 | 11001100 | 1001011 | 111101 |
Color Harmonies of #53AAE6
Complementary color
Monochromatic Colors of #53AAE6
Black with #53AAE6
Text Example
Text Example
White with #53AAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AAE6; }
p { color: rgb(83,170,230); }
H1.HeaderClassName
{
color: #53AAE6;
}
.AnyTagClassName
{
color: #53AAE6;
}
</style>
background-color css
<style>
a { background-color: #53AAE6; }
a { background-color: rgb(83,170,230); }
div.DivClassName
{
background-color: #53AAE6;
}
.BgClassName
{
background-color: #53AAE6;
}
</style>
border-color css
<style>
span { border-color: #53AAE6; }
span { border-color: rgb(83,170,230); }
td.TdClassName
{
border-color: #53AAE6;
}
.TagClassName
{
border-color: #53AAE6;
}
</style>