Shades of Malibu #5DAFD6
Tints of Malibu #5DAFD6
RGB
CMYK
RGB Variations
Color information
#5DAFD6 (or 0x5DAFD6) is known color: Malibu. HEX triplet: 5D, AF and D6. RGB value is (93,175,214). Sum of RGB (Red+Green+Blue) = 93+175+214=482 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.29% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #5DAFD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAFD6 is #A25029. Grayscale: #9A9A9A. Windows color (decimal): -10637354 or 14069597. OLE color: 14069597.
HSL color Cylindrical-coordinate representation of color #5DAFD6: hue angle of 199.34º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DAFD6 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 175 | 214 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.16 |
| HSL | 199.34º | 0.6% | 0.6% | - |
| HSV(B) | 199.34º | 0.57% | 0.84% | - |
| XYZ | 31.98 | 37.84 | 69.24 | - |
| YUV | 154.93 | 161.33 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 214 | 0.57 | 0.18 | 0 | 0.16 | 199.34 | 0.6 | 0.6 |
| Hex | 5D | AF | D6 | 39 | 12 | 0 | 10 | C7 | 3C | 3C |
| Octal | 135 | 257 | 326 | 71 | 22 | 0 | 20 | 307 | 74 | 74 |
| Binary | 1011101 | 10101111 | 11010110 | 111001 | 10010 | 0 | 10000 | 11000111 | 111100 | 111100 |
Color Harmonies of #5DAFD6
Complementary color
Monochromatic Colors of #5DAFD6
Black with #5DAFD6
Text Example
Text Example
White with #5DAFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAFD6; }
p { color: rgb(93,175,214); }
H1.HeaderClassName
{
color: #5DAFD6;
}
.AnyTagClassName
{
color: #5DAFD6;
}
</style>
background-color css
<style>
a { background-color: #5DAFD6; }
a { background-color: rgb(93,175,214); }
div.DivClassName
{
background-color: #5DAFD6;
}
.BgClassName
{
background-color: #5DAFD6;
}
</style>
border-color css
<style>
span { border-color: #5DAFD6; }
span { border-color: rgb(93,175,214); }
td.TdClassName
{
border-color: #5DAFD6;
}
.TagClassName
{
border-color: #5DAFD6;
}
</style>