Shades of Malibu #56B7DB
Tints of Malibu #56B7DB
RGB
CMYK
RGB Variations
Color information
#56B7DB (or 0x56B7DB) is known color: Malibu. HEX triplet: 56, B7 and DB. RGB value is (86,183,219). Sum of RGB (Red+Green+Blue) = 86+183+219=488 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.62% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #56B7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B7DB is #A94824. Grayscale: #9D9D9D. Windows color (decimal): -11094053 or 14399318. OLE color: 14399318.
HSL color Cylindrical-coordinate representation of color #56B7DB: hue angle of 196.24º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56B7DB is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 183 | 219 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.14 |
| HSL | 196.24º | 0.65% | 0.6% | - |
| HSV(B) | 196.24º | 0.61% | 0.86% | - |
| XYZ | 33.56 | 40.96 | 73.16 | - |
| YUV | 158.1 | 162.36 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 183 | 219 | 0.61 | 0.16 | 0 | 0.14 | 196.24 | 0.65 | 0.6 |
| Hex | 56 | B7 | DB | 3D | 10 | 0 | E | C4 | 41 | 3C |
| Octal | 126 | 267 | 333 | 75 | 20 | 0 | 16 | 304 | 101 | 74 |
| Binary | 1010110 | 10110111 | 11011011 | 111101 | 10000 | 0 | 1110 | 11000100 | 1000001 | 111100 |
Color Harmonies of #56B7DB
Complementary color
Monochromatic Colors of #56B7DB
Black with #56B7DB
Text Example
Text Example
White with #56B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B7DB; }
p { color: rgb(86,183,219); }
H1.HeaderClassName
{
color: #56B7DB;
}
.AnyTagClassName
{
color: #56B7DB;
}
</style>
background-color css
<style>
a { background-color: #56B7DB; }
a { background-color: rgb(86,183,219); }
div.DivClassName
{
background-color: #56B7DB;
}
.BgClassName
{
background-color: #56B7DB;
}
</style>
border-color css
<style>
span { border-color: #56B7DB; }
span { border-color: rgb(86,183,219); }
td.TdClassName
{
border-color: #56B7DB;
}
.TagClassName
{
border-color: #56B7DB;
}
</style>