Shades of Malibu #56BCE5
Tints of Malibu #56BCE5
RGB
CMYK
RGB Variations
Color information
#56BCE5 (or 0x56BCE5) is known color: Malibu. HEX triplet: 56, BC and E5. RGB value is (86,188,229). Sum of RGB (Red+Green+Blue) = 86+188+229=503 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.10% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #56BCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCE5 is #A9431A. Grayscale: #A1A1A1. Windows color (decimal): -11092763 or 15055958. OLE color: 15055958.
HSL color Cylindrical-coordinate representation of color #56BCE5: hue angle of 197.2º 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 #56BCE5 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 188 | 229 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.10 |
| HSL | 197.2º | 0.73% | 0.62% | - |
| HSV(B) | 197.2º | 0.62% | 0.9% | - |
| XYZ | 35.96 | 43.6 | 80.65 | - |
| YUV | 162.18 | 165.71 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 229 | 0.62 | 0.18 | 0 | 0.10 | 197.2 | 0.73 | 0.62 |
| Hex | 56 | BC | E5 | 3E | 12 | 0 | A | C5 | 49 | 3E |
| Octal | 126 | 274 | 345 | 76 | 22 | 0 | 12 | 305 | 111 | 76 |
| Binary | 1010110 | 10111100 | 11100101 | 111110 | 10010 | 0 | 1010 | 11000101 | 1001001 | 111110 |
Color Harmonies of #56BCE5
Complementary color
Monochromatic Colors of #56BCE5
Black with #56BCE5
Text Example
Text Example
White with #56BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCE5; }
p { color: rgb(86,188,229); }
H1.HeaderClassName
{
color: #56BCE5;
}
.AnyTagClassName
{
color: #56BCE5;
}
</style>
background-color css
<style>
a { background-color: #56BCE5; }
a { background-color: rgb(86,188,229); }
div.DivClassName
{
background-color: #56BCE5;
}
.BgClassName
{
background-color: #56BCE5;
}
</style>
border-color css
<style>
span { border-color: #56BCE5; }
span { border-color: rgb(86,188,229); }
td.TdClassName
{
border-color: #56BCE5;
}
.TagClassName
{
border-color: #56BCE5;
}
</style>