Shades of Malibu #53B5EC
Tints of Malibu #53B5EC
RGB
CMYK
RGB Variations
Color information
#53B5EC (or 0x53B5EC) is known color: Malibu. HEX triplet: 53, B5 and EC. RGB value is (83,181,236). Sum of RGB (Red+Green+Blue) = 83+181+236=500 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.6% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #53B5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B5EC is #AC4A13. Grayscale: #9D9D9D. Windows color (decimal): -11291156 or 15512915. OLE color: 15512915.
HSL color Cylindrical-coordinate representation of color #53B5EC: hue angle of 201.57º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53B5EC is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 181 | 236 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.07 |
| HSL | 201.57º | 0.8% | 0.63% | - |
| HSV(B) | 201.57º | 0.65% | 0.93% | - |
| XYZ | 35.23 | 40.94 | 85.4 | - |
| YUV | 157.97 | 172.03 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 236 | 0.65 | 0.23 | 0 | 0.07 | 201.57 | 0.8 | 0.63 |
| Hex | 53 | B5 | EC | 41 | 17 | 0 | 7 | CA | 50 | 3F |
| Octal | 123 | 265 | 354 | 101 | 27 | 0 | 7 | 312 | 120 | 77 |
| Binary | 1010011 | 10110101 | 11101100 | 1000001 | 10111 | 0 | 111 | 11001010 | 1010000 | 111111 |
Color Harmonies of #53B5EC
Complementary color
Monochromatic Colors of #53B5EC
Black with #53B5EC
Text Example
Text Example
White with #53B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B5EC; }
p { color: rgb(83,181,236); }
H1.HeaderClassName
{
color: #53B5EC;
}
.AnyTagClassName
{
color: #53B5EC;
}
</style>
background-color css
<style>
a { background-color: #53B5EC; }
a { background-color: rgb(83,181,236); }
div.DivClassName
{
background-color: #53B5EC;
}
.BgClassName
{
background-color: #53B5EC;
}
</style>
border-color css
<style>
span { border-color: #53B5EC; }
span { border-color: rgb(83,181,236); }
td.TdClassName
{
border-color: #53B5EC;
}
.TagClassName
{
border-color: #53B5EC;
}
</style>