Shades of Malibu #56ADE1
Tints of Malibu #56ADE1
RGB
CMYK
RGB Variations
Color information
#56ADE1 (or 0x56ADE1) is known color: Malibu. HEX triplet: 56, AD and E1. RGB value is (86,173,225). Sum of RGB (Red+Green+Blue) = 86+173+225=484 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.77% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #56ADE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADE1 is #A9521E. Grayscale: #989898. Windows color (decimal): -11096607 or 14789974. OLE color: 14789974.
HSL color Cylindrical-coordinate representation of color #56ADE1: hue angle of 202.45º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56ADE1 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 173 | 225 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.12 |
| HSL | 202.45º | 0.7% | 0.61% | - |
| HSV(B) | 202.45º | 0.62% | 0.88% | - |
| XYZ | 32.37 | 37.3 | 76.73 | - |
| YUV | 152.92 | 168.68 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 225 | 0.62 | 0.23 | 0 | 0.12 | 202.45 | 0.7 | 0.61 |
| Hex | 56 | AD | E1 | 3E | 17 | 0 | C | CA | 46 | 3D |
| Octal | 126 | 255 | 341 | 76 | 27 | 0 | 14 | 312 | 106 | 75 |
| Binary | 1010110 | 10101101 | 11100001 | 111110 | 10111 | 0 | 1100 | 11001010 | 1000110 | 111101 |
Color Harmonies of #56ADE1
Complementary color
Monochromatic Colors of #56ADE1
Black with #56ADE1
Text Example
Text Example
White with #56ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ADE1; }
p { color: rgb(86,173,225); }
H1.HeaderClassName
{
color: #56ADE1;
}
.AnyTagClassName
{
color: #56ADE1;
}
</style>
background-color css
<style>
a { background-color: #56ADE1; }
a { background-color: rgb(86,173,225); }
div.DivClassName
{
background-color: #56ADE1;
}
.BgClassName
{
background-color: #56ADE1;
}
</style>
border-color css
<style>
span { border-color: #56ADE1; }
span { border-color: rgb(86,173,225); }
td.TdClassName
{
border-color: #56ADE1;
}
.TagClassName
{
border-color: #56ADE1;
}
</style>