Shades of Malibu #56ADE4
Tints of Malibu #56ADE4
RGB
CMYK
RGB Variations
Color information
#56ADE4 (or 0x56ADE4) is known color: Malibu. HEX triplet: 56, AD and E4. RGB value is (86,173,228). Sum of RGB (Red+Green+Blue) = 86+173+228=487 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.66% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #56ADE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADE4 is #A9521B. Grayscale: #989898. Windows color (decimal): -11096604 or 14986582. OLE color: 14986582.
HSL color Cylindrical-coordinate representation of color #56ADE4: hue angle of 203.24º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56ADE4 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 173 | 228 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.11 |
| HSL | 203.24º | 0.72% | 0.62% | - |
| HSV(B) | 203.24º | 0.62% | 0.89% | - |
| XYZ | 32.78 | 37.47 | 78.9 | - |
| YUV | 153.26 | 170.18 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 228 | 0.62 | 0.24 | 0 | 0.11 | 203.24 | 0.72 | 0.62 |
| Hex | 56 | AD | E4 | 3E | 18 | 0 | B | CB | 48 | 3E |
| Octal | 126 | 255 | 344 | 76 | 30 | 0 | 13 | 313 | 110 | 76 |
| Binary | 1010110 | 10101101 | 11100100 | 111110 | 11000 | 0 | 1011 | 11001011 | 1001000 | 111110 |
Color Harmonies of #56ADE4
Complementary color
Monochromatic Colors of #56ADE4
Black with #56ADE4
Text Example
Text Example
White with #56ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ADE4; }
p { color: rgb(86,173,228); }
H1.HeaderClassName
{
color: #56ADE4;
}
.AnyTagClassName
{
color: #56ADE4;
}
</style>
background-color css
<style>
a { background-color: #56ADE4; }
a { background-color: rgb(86,173,228); }
div.DivClassName
{
background-color: #56ADE4;
}
.BgClassName
{
background-color: #56ADE4;
}
</style>
border-color css
<style>
span { border-color: #56ADE4; }
span { border-color: rgb(86,173,228); }
td.TdClassName
{
border-color: #56ADE4;
}
.TagClassName
{
border-color: #56ADE4;
}
</style>