Shades of Malibu #5CBAE1
Tints of Malibu #5CBAE1
RGB
CMYK
RGB Variations
Color information
#5CBAE1 (or 0x5CBAE1) is known color: Malibu. HEX triplet: 5C, BA and E1. RGB value is (92,186,225). Sum of RGB (Red+Green+Blue) = 92+186+225=503 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.29% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #5CBAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBAE1 is #A3451E. Grayscale: #A2A2A2. Windows color (decimal): -10700063 or 14793308. OLE color: 14793308.
HSL color Cylindrical-coordinate representation of color #5CBAE1: hue angle of 197.59º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CBAE1 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 186 | 225 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.12 |
| HSL | 197.59º | 0.69% | 0.62% | - |
| HSV(B) | 197.59º | 0.59% | 0.88% | - |
| XYZ | 35.56 | 42.83 | 77.63 | - |
| YUV | 162.34 | 163.36 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 225 | 0.59 | 0.17 | 0 | 0.12 | 197.59 | 0.69 | 0.62 |
| Hex | 5C | BA | E1 | 3B | 11 | 0 | C | C6 | 45 | 3E |
| Octal | 134 | 272 | 341 | 73 | 21 | 0 | 14 | 306 | 105 | 76 |
| Binary | 1011100 | 10111010 | 11100001 | 111011 | 10001 | 0 | 1100 | 11000110 | 1000101 | 111110 |
Color Harmonies of #5CBAE1
Complementary color
Monochromatic Colors of #5CBAE1
Black with #5CBAE1
Text Example
Text Example
White with #5CBAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBAE1; }
p { color: rgb(92,186,225); }
H1.HeaderClassName
{
color: #5CBAE1;
}
.AnyTagClassName
{
color: #5CBAE1;
}
</style>
background-color css
<style>
a { background-color: #5CBAE1; }
a { background-color: rgb(92,186,225); }
div.DivClassName
{
background-color: #5CBAE1;
}
.BgClassName
{
background-color: #5CBAE1;
}
</style>
border-color css
<style>
span { border-color: #5CBAE1; }
span { border-color: rgb(92,186,225); }
td.TdClassName
{
border-color: #5CBAE1;
}
.TagClassName
{
border-color: #5CBAE1;
}
</style>