Shades of Malibu #5DB1D6
Tints of Malibu #5DB1D6
RGB
CMYK
RGB Variations
Color information
#5DB1D6 (or 0x5DB1D6) is known color: Malibu. HEX triplet: 5D, B1 and D6. RGB value is (93,177,214). Sum of RGB (Red+Green+Blue) = 93+177+214=484 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.21% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #5DB1D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB1D6 is #A24E29. Grayscale: #9B9B9B. Windows color (decimal): -10636842 or 14070109. OLE color: 14070109.
HSL color Cylindrical-coordinate representation of color #5DB1D6: hue angle of 198.35º 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 #5DB1D6 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 177 | 214 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.16 |
| HSL | 198.35º | 0.6% | 0.6% | - |
| HSV(B) | 198.35º | 0.57% | 0.84% | - |
| XYZ | 32.37 | 38.63 | 69.37 | - |
| YUV | 156.1 | 160.67 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 214 | 0.57 | 0.17 | 0 | 0.16 | 198.35 | 0.6 | 0.6 |
| Hex | 5D | B1 | D6 | 39 | 11 | 0 | 10 | C6 | 3C | 3C |
| Octal | 135 | 261 | 326 | 71 | 21 | 0 | 20 | 306 | 74 | 74 |
| Binary | 1011101 | 10110001 | 11010110 | 111001 | 10001 | 0 | 10000 | 11000110 | 111100 | 111100 |
Color Harmonies of #5DB1D6
Complementary color
Monochromatic Colors of #5DB1D6
Black with #5DB1D6
Text Example
Text Example
White with #5DB1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB1D6; }
p { color: rgb(93,177,214); }
H1.HeaderClassName
{
color: #5DB1D6;
}
.AnyTagClassName
{
color: #5DB1D6;
}
</style>
background-color css
<style>
a { background-color: #5DB1D6; }
a { background-color: rgb(93,177,214); }
div.DivClassName
{
background-color: #5DB1D6;
}
.BgClassName
{
background-color: #5DB1D6;
}
</style>
border-color css
<style>
span { border-color: #5DB1D6; }
span { border-color: rgb(93,177,214); }
td.TdClassName
{
border-color: #5DB1D6;
}
.TagClassName
{
border-color: #5DB1D6;
}
</style>