Shades of Malibu #5DBDDD
Tints of Malibu #5DBDDD
RGB
CMYK
RGB Variations
Color information
#5DBDDD (or 0x5DBDDD) is known color: Malibu. HEX triplet: 5D, BD and DD. RGB value is (93,189,221). Sum of RGB (Red+Green+Blue) = 93+189+221=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DBDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBDDD is #A24222. Grayscale: #A3A3A3. Windows color (decimal): -10633763 or 14531933. OLE color: 14531933.
HSL color Cylindrical-coordinate representation of color #5DBDDD: hue angle of 195º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DBDDD is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 189 | 221 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.13 |
| HSL | 195º | 0.65% | 0.62% | - |
| HSV(B) | 195º | 0.58% | 0.87% | - |
| XYZ | 35.76 | 43.94 | 75 | - |
| YUV | 163.94 | 160.2 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 221 | 0.58 | 0.14 | 0 | 0.13 | 195 | 0.65 | 0.62 |
| Hex | 5D | BD | DD | 3A | E | 0 | D | C3 | 41 | 3E |
| Octal | 135 | 275 | 335 | 72 | 16 | 0 | 15 | 303 | 101 | 76 |
| Binary | 1011101 | 10111101 | 11011101 | 111010 | 1110 | 0 | 1101 | 11000011 | 1000001 | 111110 |
Color Harmonies of #5DBDDD
Complementary color
Monochromatic Colors of #5DBDDD
Black with #5DBDDD
Text Example
Text Example
White with #5DBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDDD; }
p { color: rgb(93,189,221); }
H1.HeaderClassName
{
color: #5DBDDD;
}
.AnyTagClassName
{
color: #5DBDDD;
}
</style>
background-color css
<style>
a { background-color: #5DBDDD; }
a { background-color: rgb(93,189,221); }
div.DivClassName
{
background-color: #5DBDDD;
}
.BgClassName
{
background-color: #5DBDDD;
}
</style>
border-color css
<style>
span { border-color: #5DBDDD; }
span { border-color: rgb(93,189,221); }
td.TdClassName
{
border-color: #5DBDDD;
}
.TagClassName
{
border-color: #5DBDDD;
}
</style>