Shades of Malibu #56C1E5
Tints of Malibu #56C1E5
RGB
CMYK
RGB Variations
Color information
#56C1E5 (or 0x56C1E5) is known color: Malibu. HEX triplet: 56, C1 and E5. RGB value is (86,193,229). Sum of RGB (Red+Green+Blue) = 86+193+229=508 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.93% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #56C1E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C1E5 is #A93E1A. Grayscale: #A4A4A4. Windows color (decimal): -11091483 or 15057238. OLE color: 15057238.
HSL color Cylindrical-coordinate representation of color #56C1E5: hue angle of 195.1º 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 #56C1E5 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 193 | 229 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.10 |
| HSL | 195.1º | 0.73% | 0.62% | - |
| HSV(B) | 195.1º | 0.62% | 0.9% | - |
| XYZ | 37.05 | 45.78 | 81.01 | - |
| YUV | 165.11 | 164.05 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 193 | 229 | 0.62 | 0.16 | 0 | 0.10 | 195.1 | 0.73 | 0.62 |
| Hex | 56 | C1 | E5 | 3E | 10 | 0 | A | C3 | 49 | 3E |
| Octal | 126 | 301 | 345 | 76 | 20 | 0 | 12 | 303 | 111 | 76 |
| Binary | 1010110 | 11000001 | 11100101 | 111110 | 10000 | 0 | 1010 | 11000011 | 1001001 | 111110 |
Color Harmonies of #56C1E5
Complementary color
Monochromatic Colors of #56C1E5
Black with #56C1E5
Text Example
Text Example
White with #56C1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C1E5; }
p { color: rgb(86,193,229); }
H1.HeaderClassName
{
color: #56C1E5;
}
.AnyTagClassName
{
color: #56C1E5;
}
</style>
background-color css
<style>
a { background-color: #56C1E5; }
a { background-color: rgb(86,193,229); }
div.DivClassName
{
background-color: #56C1E5;
}
.BgClassName
{
background-color: #56C1E5;
}
</style>
border-color css
<style>
span { border-color: #56C1E5; }
span { border-color: rgb(86,193,229); }
td.TdClassName
{
border-color: #56C1E5;
}
.TagClassName
{
border-color: #56C1E5;
}
</style>