Shades of Malibu #56ADE3
Tints of Malibu #56ADE3
RGB
CMYK
RGB Variations
Color information
#56ADE3 (or 0x56ADE3) is known color: Malibu. HEX triplet: 56, AD and E3. RGB value is (86,173,227). Sum of RGB (Red+Green+Blue) = 86+173+227=486 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.70% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 227 - color contains mainly: blue. Hex color #56ADE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADE3 is #A9521C. Grayscale: #989898. Windows color (decimal): -11096605 or 14921046. OLE color: 14921046.
HSL color Cylindrical-coordinate representation of color #56ADE3: hue angle of 202.98º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56ADE3 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 173 | 227 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.11 |
| HSL | 202.98º | 0.72% | 0.61% | - |
| HSV(B) | 202.98º | 0.62% | 0.89% | - |
| XYZ | 32.65 | 37.41 | 78.17 | - |
| YUV | 153.14 | 169.68 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 227 | 0.62 | 0.24 | 0 | 0.11 | 202.98 | 0.72 | 0.61 |
| Hex | 56 | AD | E3 | 3E | 18 | 0 | B | CB | 48 | 3D |
| Octal | 126 | 255 | 343 | 76 | 30 | 0 | 13 | 313 | 110 | 75 |
| Binary | 1010110 | 10101101 | 11100011 | 111110 | 11000 | 0 | 1011 | 11001011 | 1001000 | 111101 |
Color Harmonies of #56ADE3
Complementary color
Monochromatic Colors of #56ADE3
Black with #56ADE3
Text Example
Text Example
White with #56ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ADE3; }
p { color: rgb(86,173,227); }
H1.HeaderClassName
{
color: #56ADE3;
}
.AnyTagClassName
{
color: #56ADE3;
}
</style>
background-color css
<style>
a { background-color: #56ADE3; }
a { background-color: rgb(86,173,227); }
div.DivClassName
{
background-color: #56ADE3;
}
.BgClassName
{
background-color: #56ADE3;
}
</style>
border-color css
<style>
span { border-color: #56ADE3; }
span { border-color: rgb(86,173,227); }
td.TdClassName
{
border-color: #56ADE3;
}
.TagClassName
{
border-color: #56ADE3;
}
</style>