Shades of Malibu #5DADF1
Tints of Malibu #5DADF1
RGB
CMYK
RGB Variations
Color information
#5DADF1 (or 0x5DADF1) is known color: Malibu. HEX triplet: 5D, AD and F1. RGB value is (93,173,241). Sum of RGB (Red+Green+Blue) = 93+173+241=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #5DADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DADF1 is #A2520E. Grayscale: #9C9C9C. Windows color (decimal): -10637839 or 15838557. OLE color: 15838557.
HSL color Cylindrical-coordinate representation of color #5DADF1: hue angle of 207.57º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DADF1 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 173 | 241 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.05 |
| HSL | 207.57º | 0.84% | 0.65% | - |
| HSV(B) | 207.57º | 0.61% | 0.95% | - |
| XYZ | 35.33 | 38.57 | 88.8 | - |
| YUV | 156.83 | 175.5 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 241 | 0.61 | 0.28 | 0 | 0.05 | 207.57 | 0.84 | 0.65 |
| Hex | 5D | AD | F1 | 3D | 1C | 0 | 5 | D0 | 54 | 41 |
| Octal | 135 | 255 | 361 | 75 | 34 | 0 | 5 | 320 | 124 | 101 |
| Binary | 1011101 | 10101101 | 11110001 | 111101 | 11100 | 0 | 101 | 11010000 | 1010100 | 1000001 |
Color Harmonies of #5DADF1
Complementary color
Monochromatic Colors of #5DADF1
Black with #5DADF1
Text Example
Text Example
White with #5DADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADF1; }
p { color: rgb(93,173,241); }
H1.HeaderClassName
{
color: #5DADF1;
}
.AnyTagClassName
{
color: #5DADF1;
}
</style>
background-color css
<style>
a { background-color: #5DADF1; }
a { background-color: rgb(93,173,241); }
div.DivClassName
{
background-color: #5DADF1;
}
.BgClassName
{
background-color: #5DADF1;
}
</style>
border-color css
<style>
span { border-color: #5DADF1; }
span { border-color: rgb(93,173,241); }
td.TdClassName
{
border-color: #5DADF1;
}
.TagClassName
{
border-color: #5DADF1;
}
</style>