Shades of Malibu #5CADED
Tints of Malibu #5CADED
RGB
CMYK
RGB Variations
Color information
#5CADED (or 0x5CADED) is known color: Malibu. HEX triplet: 5C, AD and ED. RGB value is (92,173,237). Sum of RGB (Red+Green+Blue) = 92+173+237=502 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.33% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #5CADED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CADED is #A35212. Grayscale: #9B9B9B. Windows color (decimal): -10703379 or 15576412. OLE color: 15576412.
HSL color Cylindrical-coordinate representation of color #5CADED: hue angle of 206.48º 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 #5CADED is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 173 | 237 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.07 |
| HSL | 206.48º | 0.8% | 0.65% | - |
| HSV(B) | 206.48º | 0.61% | 0.93% | - |
| XYZ | 34.64 | 38.28 | 85.68 | - |
| YUV | 156.08 | 173.66 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 173 | 237 | 0.61 | 0.27 | 0 | 0.07 | 206.48 | 0.8 | 0.65 |
| Hex | 5C | AD | ED | 3D | 1B | 0 | 7 | CE | 50 | 41 |
| Octal | 134 | 255 | 355 | 75 | 33 | 0 | 7 | 316 | 120 | 101 |
| Binary | 1011100 | 10101101 | 11101101 | 111101 | 11011 | 0 | 111 | 11001110 | 1010000 | 1000001 |
Color Harmonies of #5CADED
Complementary color
Monochromatic Colors of #5CADED
Black with #5CADED
Text Example
Text Example
White with #5CADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CADED; }
p { color: rgb(92,173,237); }
H1.HeaderClassName
{
color: #5CADED;
}
.AnyTagClassName
{
color: #5CADED;
}
</style>
background-color css
<style>
a { background-color: #5CADED; }
a { background-color: rgb(92,173,237); }
div.DivClassName
{
background-color: #5CADED;
}
.BgClassName
{
background-color: #5CADED;
}
</style>
border-color css
<style>
span { border-color: #5CADED; }
span { border-color: rgb(92,173,237); }
td.TdClassName
{
border-color: #5CADED;
}
.TagClassName
{
border-color: #5CADED;
}
</style>