Shades of Malibu #5DADE7
Tints of Malibu #5DADE7
RGB
CMYK
RGB Variations
Color information
#5DADE7 (or 0x5DADE7) is known color: Malibu. HEX triplet: 5D, AD and E7. RGB value is (93,173,231). Sum of RGB (Red+Green+Blue) = 93+173+231=497 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.71% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #5DADE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DADE7 is #A25218. Grayscale: #9B9B9B. Windows color (decimal): -10637849 or 15183197. OLE color: 15183197.
HSL color Cylindrical-coordinate representation of color #5DADE7: hue angle of 205.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DADE7 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 173 | 231 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.09 |
| HSL | 205.22º | 0.74% | 0.64% | - |
| HSV(B) | 205.22º | 0.6% | 0.91% | - |
| XYZ | 33.88 | 37.98 | 81.15 | - |
| YUV | 155.69 | 170.5 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 231 | 0.60 | 0.25 | 0 | 0.09 | 205.22 | 0.74 | 0.64 |
| Hex | 5D | AD | E7 | 3C | 19 | 0 | 9 | CD | 4A | 40 |
| Octal | 135 | 255 | 347 | 74 | 31 | 0 | 11 | 315 | 112 | 100 |
| Binary | 1011101 | 10101101 | 11100111 | 111100 | 11001 | 0 | 1001 | 11001101 | 1001010 | 1000000 |
Color Harmonies of #5DADE7
Complementary color
Monochromatic Colors of #5DADE7
Black with #5DADE7
Text Example
Text Example
White with #5DADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADE7; }
p { color: rgb(93,173,231); }
H1.HeaderClassName
{
color: #5DADE7;
}
.AnyTagClassName
{
color: #5DADE7;
}
</style>
background-color css
<style>
a { background-color: #5DADE7; }
a { background-color: rgb(93,173,231); }
div.DivClassName
{
background-color: #5DADE7;
}
.BgClassName
{
background-color: #5DADE7;
}
</style>
border-color css
<style>
span { border-color: #5DADE7; }
span { border-color: rgb(93,173,231); }
td.TdClassName
{
border-color: #5DADE7;
}
.TagClassName
{
border-color: #5DADE7;
}
</style>