Shades of Malibu #53ADE4
Tints of Malibu #53ADE4
RGB
CMYK
RGB Variations
Color information
#53ADE4 (or 0x53ADE4) is known color: Malibu. HEX triplet: 53, AD and E4. RGB value is (83,173,228). Sum of RGB (Red+Green+Blue) = 83+173+228=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #53ADE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADE4 is #AC521B. Grayscale: #989898. Windows color (decimal): -11293212 or 14986579. OLE color: 14986579.
HSL color Cylindrical-coordinate representation of color #53ADE4: hue angle of 202.76º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53ADE4 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 173 | 228 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.11 |
| HSL | 202.76º | 0.73% | 0.61% | - |
| HSV(B) | 202.76º | 0.64% | 0.89% | - |
| XYZ | 32.51 | 37.33 | 78.89 | - |
| YUV | 152.36 | 170.68 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 228 | 0.64 | 0.24 | 0 | 0.11 | 202.76 | 0.73 | 0.61 |
| Hex | 53 | AD | E4 | 40 | 18 | 0 | B | CB | 49 | 3D |
| Octal | 123 | 255 | 344 | 100 | 30 | 0 | 13 | 313 | 111 | 75 |
| Binary | 1010011 | 10101101 | 11100100 | 1000000 | 11000 | 0 | 1011 | 11001011 | 1001001 | 111101 |
Color Harmonies of #53ADE4
Complementary color
Monochromatic Colors of #53ADE4
Black with #53ADE4
Text Example
Text Example
White with #53ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ADE4; }
p { color: rgb(83,173,228); }
H1.HeaderClassName
{
color: #53ADE4;
}
.AnyTagClassName
{
color: #53ADE4;
}
</style>
background-color css
<style>
a { background-color: #53ADE4; }
a { background-color: rgb(83,173,228); }
div.DivClassName
{
background-color: #53ADE4;
}
.BgClassName
{
background-color: #53ADE4;
}
</style>
border-color css
<style>
span { border-color: #53ADE4; }
span { border-color: rgb(83,173,228); }
td.TdClassName
{
border-color: #53ADE4;
}
.TagClassName
{
border-color: #53ADE4;
}
</style>