Shades of Malibu #5CADE0
Tints of Malibu #5CADE0
RGB
CMYK
RGB Variations
Color information
#5CADE0 (or 0x5CADE0) is known color: Malibu. HEX triplet: 5C, AD and E0. RGB value is (92,173,224). Sum of RGB (Red+Green+Blue) = 92+173+224=489 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.81% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #5CADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CADE0 is #A3521F. Grayscale: #9A9A9A. Windows color (decimal): -10703392 or 14724444. OLE color: 14724444.
HSL color Cylindrical-coordinate representation of color #5CADE0: hue angle of 203.18º 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 #5CADE0 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 173 | 224 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.12 |
| HSL | 203.18º | 0.68% | 0.62% | - |
| HSV(B) | 203.18º | 0.59% | 0.88% | - |
| XYZ | 32.81 | 37.54 | 76.04 | - |
| YUV | 154.6 | 167.16 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 173 | 224 | 0.59 | 0.23 | 0 | 0.12 | 203.18 | 0.68 | 0.62 |
| Hex | 5C | AD | E0 | 3B | 17 | 0 | C | CB | 44 | 3E |
| Octal | 134 | 255 | 340 | 73 | 27 | 0 | 14 | 313 | 104 | 76 |
| Binary | 1011100 | 10101101 | 11100000 | 111011 | 10111 | 0 | 1100 | 11001011 | 1000100 | 111110 |
Color Harmonies of #5CADE0
Complementary color
Monochromatic Colors of #5CADE0
Black with #5CADE0
Text Example
Text Example
White with #5CADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CADE0; }
p { color: rgb(92,173,224); }
H1.HeaderClassName
{
color: #5CADE0;
}
.AnyTagClassName
{
color: #5CADE0;
}
</style>
background-color css
<style>
a { background-color: #5CADE0; }
a { background-color: rgb(92,173,224); }
div.DivClassName
{
background-color: #5CADE0;
}
.BgClassName
{
background-color: #5CADE0;
}
</style>
border-color css
<style>
span { border-color: #5CADE0; }
span { border-color: rgb(92,173,224); }
td.TdClassName
{
border-color: #5CADE0;
}
.TagClassName
{
border-color: #5CADE0;
}
</style>