Shades of Malibu #5CAAED
Tints of Malibu #5CAAED
RGB
CMYK
RGB Variations
Color information
#5CAAED (or 0x5CAAED) is known color: Malibu. HEX triplet: 5C, AA and ED. RGB value is (92,170,237). Sum of RGB (Red+Green+Blue) = 92+170+237=499 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.44% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #5CAAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAAED is #A35512. Grayscale: #999999. Windows color (decimal): -10704147 or 15575644. OLE color: 15575644.
HSL color Cylindrical-coordinate representation of color #5CAAED: hue angle of 207.72º 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 #5CAAED is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 170 | 237 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.07 |
| HSL | 207.72º | 0.8% | 0.65% | - |
| HSV(B) | 207.72º | 0.61% | 0.93% | - |
| XYZ | 34.07 | 37.14 | 85.49 | - |
| YUV | 154.32 | 174.66 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 237 | 0.61 | 0.28 | 0 | 0.07 | 207.72 | 0.8 | 0.65 |
| Hex | 5C | AA | ED | 3D | 1C | 0 | 7 | D0 | 50 | 41 |
| Octal | 134 | 252 | 355 | 75 | 34 | 0 | 7 | 320 | 120 | 101 |
| Binary | 1011100 | 10101010 | 11101101 | 111101 | 11100 | 0 | 111 | 11010000 | 1010000 | 1000001 |
Color Harmonies of #5CAAED
Complementary color
Monochromatic Colors of #5CAAED
Black with #5CAAED
Text Example
Text Example
White with #5CAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAAED; }
p { color: rgb(92,170,237); }
H1.HeaderClassName
{
color: #5CAAED;
}
.AnyTagClassName
{
color: #5CAAED;
}
</style>
background-color css
<style>
a { background-color: #5CAAED; }
a { background-color: rgb(92,170,237); }
div.DivClassName
{
background-color: #5CAAED;
}
.BgClassName
{
background-color: #5CAAED;
}
</style>
border-color css
<style>
span { border-color: #5CAAED; }
span { border-color: rgb(92,170,237); }
td.TdClassName
{
border-color: #5CAAED;
}
.TagClassName
{
border-color: #5CAAED;
}
</style>