Shades of Malibu #5CAAEB
Tints of Malibu #5CAAEB
RGB
CMYK
RGB Variations
Color information
#5CAAEB (or 0x5CAAEB) is known color: Malibu. HEX triplet: 5C, AA and EB. RGB value is (92,170,235). Sum of RGB (Red+Green+Blue) = 92+170+235=497 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.51% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAAEB is #A35514. Grayscale: #999999. Windows color (decimal): -10704149 or 15444572. OLE color: 15444572.
HSL color Cylindrical-coordinate representation of color #5CAAEB: hue angle of 207.27º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CAAEB is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 170 | 235 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.08 |
| HSL | 207.27º | 0.78% | 0.64% | - |
| HSV(B) | 207.27º | 0.61% | 0.92% | - |
| XYZ | 33.78 | 37.02 | 83.96 | - |
| YUV | 154.09 | 173.66 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 235 | 0.61 | 0.28 | 0 | 0.08 | 207.27 | 0.78 | 0.64 |
| Hex | 5C | AA | EB | 3D | 1C | 0 | 8 | CF | 4E | 40 |
| Octal | 134 | 252 | 353 | 75 | 34 | 0 | 10 | 317 | 116 | 100 |
| Binary | 1011100 | 10101010 | 11101011 | 111101 | 11100 | 0 | 1000 | 11001111 | 1001110 | 1000000 |
Color Harmonies of #5CAAEB
Complementary color
Monochromatic Colors of #5CAAEB
Black with #5CAAEB
Text Example
Text Example
White with #5CAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAAEB; }
p { color: rgb(92,170,235); }
H1.HeaderClassName
{
color: #5CAAEB;
}
.AnyTagClassName
{
color: #5CAAEB;
}
</style>
background-color css
<style>
a { background-color: #5CAAEB; }
a { background-color: rgb(92,170,235); }
div.DivClassName
{
background-color: #5CAAEB;
}
.BgClassName
{
background-color: #5CAAEB;
}
</style>
border-color css
<style>
span { border-color: #5CAAEB; }
span { border-color: rgb(92,170,235); }
td.TdClassName
{
border-color: #5CAAEB;
}
.TagClassName
{
border-color: #5CAAEB;
}
</style>