Shades of Malibu #5DADDD
Tints of Malibu #5DADDD
RGB
CMYK
RGB Variations
Color information
#5DADDD (or 0x5DADDD) is known color: Malibu. HEX triplet: 5D, AD and DD. RGB value is (93,173,221). Sum of RGB (Red+Green+Blue) = 93+173+221=487 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.10% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADDD is #A25222. Grayscale: #9A9A9A. Windows color (decimal): -10637859 or 14527837. OLE color: 14527837.
HSL color Cylindrical-coordinate representation of color #5DADDD: hue angle of 202.5º 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 #5DADDD is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 173 | 221 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.13 |
| HSL | 202.5º | 0.65% | 0.62% | - |
| HSV(B) | 202.5º | 0.58% | 0.87% | - |
| XYZ | 32.51 | 37.43 | 73.92 | - |
| YUV | 154.55 | 165.5 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 221 | 0.58 | 0.22 | 0 | 0.13 | 202.5 | 0.65 | 0.62 |
| Hex | 5D | AD | DD | 3A | 16 | 0 | D | CA | 41 | 3E |
| Octal | 135 | 255 | 335 | 72 | 26 | 0 | 15 | 312 | 101 | 76 |
| Binary | 1011101 | 10101101 | 11011101 | 111010 | 10110 | 0 | 1101 | 11001010 | 1000001 | 111110 |
Color Harmonies of #5DADDD
Complementary color
Monochromatic Colors of #5DADDD
Black with #5DADDD
Text Example
Text Example
White with #5DADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADDD; }
p { color: rgb(93,173,221); }
H1.HeaderClassName
{
color: #5DADDD;
}
.AnyTagClassName
{
color: #5DADDD;
}
</style>
background-color css
<style>
a { background-color: #5DADDD; }
a { background-color: rgb(93,173,221); }
div.DivClassName
{
background-color: #5DADDD;
}
.BgClassName
{
background-color: #5DADDD;
}
</style>
border-color css
<style>
span { border-color: #5DADDD; }
span { border-color: rgb(93,173,221); }
td.TdClassName
{
border-color: #5DADDD;
}
.TagClassName
{
border-color: #5DADDD;
}
</style>