Shades of Malibu #5CACE6
Tints of Malibu #5CACE6
RGB
CMYK
RGB Variations
Color information
#5CACE6 (or 0x5CACE6) is known color: Malibu. HEX triplet: 5C, AC and E6. RGB value is (92,172,230). Sum of RGB (Red+Green+Blue) = 92+172+230=494 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.62% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #5CACE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CACE6 is #A35319. Grayscale: #9A9A9A. Windows color (decimal): -10703642 or 15117404. OLE color: 15117404.
HSL color Cylindrical-coordinate representation of color #5CACE6: hue angle of 205.22º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CACE6 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 92 | 172 | 230 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.10 |
| HSL | 205.22º | 0.73% | 0.63% | - |
| HSV(B) | 205.22º | 0.6% | 0.9% | - |
| XYZ | 33.45 | 37.49 | 80.34 | - |
| YUV | 154.69 | 170.5 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 230 | 0.60 | 0.25 | 0 | 0.10 | 205.22 | 0.73 | 0.63 |
| Hex | 5C | AC | E6 | 3C | 19 | 0 | A | CD | 49 | 3F |
| Octal | 134 | 254 | 346 | 74 | 31 | 0 | 12 | 315 | 111 | 77 |
| Binary | 1011100 | 10101100 | 11100110 | 111100 | 11001 | 0 | 1010 | 11001101 | 1001001 | 111111 |
Color Harmonies of #5CACE6
Complementary color
Monochromatic Colors of #5CACE6
Black with #5CACE6
Text Example
Text Example
White with #5CACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CACE6; }
p { color: rgb(92,172,230); }
H1.HeaderClassName
{
color: #5CACE6;
}
.AnyTagClassName
{
color: #5CACE6;
}
</style>
background-color css
<style>
a { background-color: #5CACE6; }
a { background-color: rgb(92,172,230); }
div.DivClassName
{
background-color: #5CACE6;
}
.BgClassName
{
background-color: #5CACE6;
}
</style>
border-color css
<style>
span { border-color: #5CACE6; }
span { border-color: rgb(92,172,230); }
td.TdClassName
{
border-color: #5CACE6;
}
.TagClassName
{
border-color: #5CACE6;
}
</style>