Shades of Malibu #56B9E5
Tints of Malibu #56B9E5
RGB
CMYK
RGB Variations
Color information
#56B9E5 (or 0x56B9E5) is known color: Malibu. HEX triplet: 56, B9 and E5. RGB value is (86,185,229). Sum of RGB (Red+Green+Blue) = 86+185+229=500 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.2% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #56B9E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B9E5 is #A9461A. Grayscale: #A0A0A0. Windows color (decimal): -11093531 or 15055190. OLE color: 15055190.
HSL color Cylindrical-coordinate representation of color #56B9E5: hue angle of 198.46º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56B9E5 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 185 | 229 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.10 |
| HSL | 198.46º | 0.73% | 0.62% | - |
| HSV(B) | 198.46º | 0.62% | 0.9% | - |
| XYZ | 35.33 | 42.33 | 80.44 | - |
| YUV | 160.42 | 166.7 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 185 | 229 | 0.62 | 0.19 | 0 | 0.10 | 198.46 | 0.73 | 0.62 |
| Hex | 56 | B9 | E5 | 3E | 13 | 0 | A | C6 | 49 | 3E |
| Octal | 126 | 271 | 345 | 76 | 23 | 0 | 12 | 306 | 111 | 76 |
| Binary | 1010110 | 10111001 | 11100101 | 111110 | 10011 | 0 | 1010 | 11000110 | 1001001 | 111110 |
Color Harmonies of #56B9E5
Complementary color
Monochromatic Colors of #56B9E5
Black with #56B9E5
Text Example
Text Example
White with #56B9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B9E5; }
p { color: rgb(86,185,229); }
H1.HeaderClassName
{
color: #56B9E5;
}
.AnyTagClassName
{
color: #56B9E5;
}
</style>
background-color css
<style>
a { background-color: #56B9E5; }
a { background-color: rgb(86,185,229); }
div.DivClassName
{
background-color: #56B9E5;
}
.BgClassName
{
background-color: #56B9E5;
}
</style>
border-color css
<style>
span { border-color: #56B9E5; }
span { border-color: rgb(86,185,229); }
td.TdClassName
{
border-color: #56B9E5;
}
.TagClassName
{
border-color: #56B9E5;
}
</style>