Shades of Malibu #5CACED
Tints of Malibu #5CACED
RGB
CMYK
RGB Variations
Color information
#5CACED (or 0x5CACED) is known color: Malibu. HEX triplet: 5C, AC and ED. RGB value is (92,172,237). Sum of RGB (Red+Green+Blue) = 92+172+237=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #5CACED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CACED is #A35312. Grayscale: #9B9B9B. Windows color (decimal): -10703635 or 15576156. OLE color: 15576156.
HSL color Cylindrical-coordinate representation of color #5CACED: hue angle of 206.9º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CACED is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 172 | 237 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.07 |
| HSL | 206.9º | 0.8% | 0.65% | - |
| HSV(B) | 206.9º | 0.61% | 0.93% | - |
| XYZ | 34.45 | 37.89 | 85.62 | - |
| YUV | 155.49 | 174 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 237 | 0.61 | 0.27 | 0 | 0.07 | 206.9 | 0.8 | 0.65 |
| Hex | 5C | AC | ED | 3D | 1B | 0 | 7 | CF | 50 | 41 |
| Octal | 134 | 254 | 355 | 75 | 33 | 0 | 7 | 317 | 120 | 101 |
| Binary | 1011100 | 10101100 | 11101101 | 111101 | 11011 | 0 | 111 | 11001111 | 1010000 | 1000001 |
Color Harmonies of #5CACED
Complementary color
Monochromatic Colors of #5CACED
Black with #5CACED
Text Example
Text Example
White with #5CACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CACED; }
p { color: rgb(92,172,237); }
H1.HeaderClassName
{
color: #5CACED;
}
.AnyTagClassName
{
color: #5CACED;
}
</style>
background-color css
<style>
a { background-color: #5CACED; }
a { background-color: rgb(92,172,237); }
div.DivClassName
{
background-color: #5CACED;
}
.BgClassName
{
background-color: #5CACED;
}
</style>
border-color css
<style>
span { border-color: #5CACED; }
span { border-color: rgb(92,172,237); }
td.TdClassName
{
border-color: #5CACED;
}
.TagClassName
{
border-color: #5CACED;
}
</style>