Shades of Malibu #53B7DD
Tints of Malibu #53B7DD
RGB
CMYK
RGB Variations
Color information
#53B7DD (or 0x53B7DD) is known color: Malibu. HEX triplet: 53, B7 and DD. RGB value is (83,183,221). Sum of RGB (Red+Green+Blue) = 83+183+221=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #53B7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B7DD is #AC4822. Grayscale: #9D9D9D. Windows color (decimal): -11290659 or 14530387. OLE color: 14530387.
HSL color Cylindrical-coordinate representation of color #53B7DD: hue angle of 196.52º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53B7DD is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 183 | 221 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.13 |
| HSL | 196.52º | 0.67% | 0.6% | - |
| HSV(B) | 196.52º | 0.62% | 0.87% | - |
| XYZ | 33.55 | 40.93 | 74.54 | - |
| YUV | 157.43 | 163.87 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 183 | 221 | 0.62 | 0.17 | 0 | 0.13 | 196.52 | 0.67 | 0.6 |
| Hex | 53 | B7 | DD | 3E | 11 | 0 | D | C5 | 43 | 3C |
| Octal | 123 | 267 | 335 | 76 | 21 | 0 | 15 | 305 | 103 | 74 |
| Binary | 1010011 | 10110111 | 11011101 | 111110 | 10001 | 0 | 1101 | 11000101 | 1000011 | 111100 |
Color Harmonies of #53B7DD
Complementary color
Monochromatic Colors of #53B7DD
Black with #53B7DD
Text Example
Text Example
White with #53B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B7DD; }
p { color: rgb(83,183,221); }
H1.HeaderClassName
{
color: #53B7DD;
}
.AnyTagClassName
{
color: #53B7DD;
}
</style>
background-color css
<style>
a { background-color: #53B7DD; }
a { background-color: rgb(83,183,221); }
div.DivClassName
{
background-color: #53B7DD;
}
.BgClassName
{
background-color: #53B7DD;
}
</style>
border-color css
<style>
span { border-color: #53B7DD; }
span { border-color: rgb(83,183,221); }
td.TdClassName
{
border-color: #53B7DD;
}
.TagClassName
{
border-color: #53B7DD;
}
</style>