Shades of Malibu #5CAAEA
Tints of Malibu #5CAAEA
RGB
CMYK
RGB Variations
Color information
#5CAAEA (or 0x5CAAEA) is known color: Malibu. HEX triplet: 5C, AA and EA. RGB value is (92,170,234). Sum of RGB (Red+Green+Blue) = 92+170+234=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #5CAAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAAEA is #A35515. Grayscale: #999999. Windows color (decimal): -10704150 or 15379036. OLE color: 15379036.
HSL color Cylindrical-coordinate representation of color #5CAAEA: hue angle of 207.04º degrees, saturation: 0.77, 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 #5CAAEA is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 170 | 234 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.08 |
| HSL | 207.04º | 0.77% | 0.64% | - |
| HSV(B) | 207.04º | 0.61% | 0.92% | - |
| XYZ | 33.64 | 36.97 | 83.2 | - |
| YUV | 153.97 | 173.16 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 234 | 0.61 | 0.27 | 0 | 0.08 | 207.04 | 0.77 | 0.64 |
| Hex | 5C | AA | EA | 3D | 1B | 0 | 8 | CF | 4D | 40 |
| Octal | 134 | 252 | 352 | 75 | 33 | 0 | 10 | 317 | 115 | 100 |
| Binary | 1011100 | 10101010 | 11101010 | 111101 | 11011 | 0 | 1000 | 11001111 | 1001101 | 1000000 |
Color Harmonies of #5CAAEA
Complementary color
Monochromatic Colors of #5CAAEA
Black with #5CAAEA
Text Example
Text Example
White with #5CAAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAAEA; }
p { color: rgb(92,170,234); }
H1.HeaderClassName
{
color: #5CAAEA;
}
.AnyTagClassName
{
color: #5CAAEA;
}
</style>
background-color css
<style>
a { background-color: #5CAAEA; }
a { background-color: rgb(92,170,234); }
div.DivClassName
{
background-color: #5CAAEA;
}
.BgClassName
{
background-color: #5CAAEA;
}
</style>
border-color css
<style>
span { border-color: #5CAAEA; }
span { border-color: rgb(92,170,234); }
td.TdClassName
{
border-color: #5CAAEA;
}
.TagClassName
{
border-color: #5CAAEA;
}
</style>