Shades of Malibu #56BADA
Tints of Malibu #56BADA
RGB
CMYK
RGB Variations
Color information
#56BADA (or 0x56BADA) is known color: Malibu. HEX triplet: 56, BA and DA. RGB value is (86,186,218). Sum of RGB (Red+Green+Blue) = 86+186+218=490 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.55% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #56BADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BADA is #A94525. Grayscale: #9F9F9F. Windows color (decimal): -11093286 or 14334550. OLE color: 14334550.
HSL color Cylindrical-coordinate representation of color #56BADA: hue angle of 194.55º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56BADA is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 186 | 218 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.15 |
| HSL | 194.55º | 0.64% | 0.6% | - |
| HSV(B) | 194.55º | 0.61% | 0.85% | - |
| XYZ | 34.05 | 42.16 | 72.67 | - |
| YUV | 159.75 | 160.87 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 218 | 0.61 | 0.15 | 0 | 0.15 | 194.55 | 0.64 | 0.6 |
| Hex | 56 | BA | DA | 3D | F | 0 | F | C3 | 40 | 3C |
| Octal | 126 | 272 | 332 | 75 | 17 | 0 | 17 | 303 | 100 | 74 |
| Binary | 1010110 | 10111010 | 11011010 | 111101 | 1111 | 0 | 1111 | 11000011 | 1000000 | 111100 |
Color Harmonies of #56BADA
Complementary color
Monochromatic Colors of #56BADA
Black with #56BADA
Text Example
Text Example
White with #56BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BADA; }
p { color: rgb(86,186,218); }
H1.HeaderClassName
{
color: #56BADA;
}
.AnyTagClassName
{
color: #56BADA;
}
</style>
background-color css
<style>
a { background-color: #56BADA; }
a { background-color: rgb(86,186,218); }
div.DivClassName
{
background-color: #56BADA;
}
.BgClassName
{
background-color: #56BADA;
}
</style>
border-color css
<style>
span { border-color: #56BADA; }
span { border-color: rgb(86,186,218); }
td.TdClassName
{
border-color: #56BADA;
}
.TagClassName
{
border-color: #56BADA;
}
</style>