Shades of Malibu #5CACE0
Tints of Malibu #5CACE0
RGB
CMYK
RGB Variations
Color information
#5CACE0 (or 0x5CACE0) is known color: Malibu. HEX triplet: 5C, AC and E0. RGB value is (92,172,224). Sum of RGB (Red+Green+Blue) = 92+172+224=488 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.85% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #5CACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACE0 is #A3531F. Grayscale: #999999. Windows color (decimal): -10703648 or 14724188. OLE color: 14724188.
HSL color Cylindrical-coordinate representation of color #5CACE0: hue angle of 203.64º degrees, saturation: 0.68, 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 #5CACE0 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 172 | 224 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.12 |
| HSL | 203.64º | 0.68% | 0.62% | - |
| HSV(B) | 203.64º | 0.59% | 0.88% | - |
| XYZ | 32.62 | 37.16 | 75.97 | - |
| YUV | 154.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 224 | 0.59 | 0.23 | 0 | 0.12 | 203.64 | 0.68 | 0.62 |
| Hex | 5C | AC | E0 | 3B | 17 | 0 | C | CC | 44 | 3E |
| Octal | 134 | 254 | 340 | 73 | 27 | 0 | 14 | 314 | 104 | 76 |
| Binary | 1011100 | 10101100 | 11100000 | 111011 | 10111 | 0 | 1100 | 11001100 | 1000100 | 111110 |
Color Harmonies of #5CACE0
Complementary color
Monochromatic Colors of #5CACE0
Black with #5CACE0
Text Example
Text Example
White with #5CACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CACE0; }
p { color: rgb(92,172,224); }
H1.HeaderClassName
{
color: #5CACE0;
}
.AnyTagClassName
{
color: #5CACE0;
}
</style>
background-color css
<style>
a { background-color: #5CACE0; }
a { background-color: rgb(92,172,224); }
div.DivClassName
{
background-color: #5CACE0;
}
.BgClassName
{
background-color: #5CACE0;
}
</style>
border-color css
<style>
span { border-color: #5CACE0; }
span { border-color: rgb(92,172,224); }
td.TdClassName
{
border-color: #5CACE0;
}
.TagClassName
{
border-color: #5CACE0;
}
</style>