Shades of Malibu #5DAEDA
Tints of Malibu #5DAEDA
RGB
CMYK
RGB Variations
Color information
#5DAEDA (or 0x5DAEDA) is known color: Malibu. HEX triplet: 5D, AE and DA. RGB value is (93,174,218). Sum of RGB (Red+Green+Blue) = 93+174+218=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #5DAEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAEDA is #A25125. Grayscale: #9A9A9A. Windows color (decimal): -10637606 or 14331485. OLE color: 14331485.
HSL color Cylindrical-coordinate representation of color #5DAEDA: hue angle of 201.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DAEDA is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 174 | 218 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.15 |
| HSL | 201.12º | 0.63% | 0.61% | - |
| HSV(B) | 201.12º | 0.57% | 0.85% | - |
| XYZ | 32.31 | 37.66 | 71.9 | - |
| YUV | 154.8 | 163.66 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 218 | 0.57 | 0.20 | 0 | 0.15 | 201.12 | 0.63 | 0.61 |
| Hex | 5D | AE | DA | 39 | 14 | 0 | F | C9 | 3F | 3D |
| Octal | 135 | 256 | 332 | 71 | 24 | 0 | 17 | 311 | 77 | 75 |
| Binary | 1011101 | 10101110 | 11011010 | 111001 | 10100 | 0 | 1111 | 11001001 | 111111 | 111101 |
Color Harmonies of #5DAEDA
Complementary color
Monochromatic Colors of #5DAEDA
Black with #5DAEDA
Text Example
Text Example
White with #5DAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAEDA; }
p { color: rgb(93,174,218); }
H1.HeaderClassName
{
color: #5DAEDA;
}
.AnyTagClassName
{
color: #5DAEDA;
}
</style>
background-color css
<style>
a { background-color: #5DAEDA; }
a { background-color: rgb(93,174,218); }
div.DivClassName
{
background-color: #5DAEDA;
}
.BgClassName
{
background-color: #5DAEDA;
}
</style>
border-color css
<style>
span { border-color: #5DAEDA; }
span { border-color: rgb(93,174,218); }
td.TdClassName
{
border-color: #5DAEDA;
}
.TagClassName
{
border-color: #5DAEDA;
}
</style>