Shades of Malibu #5DB5DF
Tints of Malibu #5DB5DF
RGB
CMYK
RGB Variations
Color information
#5DB5DF (or 0x5DB5DF) is known color: Malibu. HEX triplet: 5D, B5 and DF. RGB value is (93,181,223). Sum of RGB (Red+Green+Blue) = 93+181+223=497 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.71% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #5DB5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB5DF is #A24A20. Grayscale: #9F9F9F. Windows color (decimal): -10635809 or 14660957. OLE color: 14660957.
HSL color Cylindrical-coordinate representation of color #5DB5DF: hue angle of 199.38º degrees, saturation: 0.67, 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 #5DB5DF is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 181 | 223 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.13 |
| HSL | 199.38º | 0.67% | 0.62% | - |
| HSV(B) | 199.38º | 0.58% | 0.87% | - |
| XYZ | 34.36 | 40.7 | 75.86 | - |
| YUV | 159.48 | 163.85 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 223 | 0.58 | 0.19 | 0 | 0.13 | 199.38 | 0.67 | 0.62 |
| Hex | 5D | B5 | DF | 3A | 13 | 0 | D | C7 | 43 | 3E |
| Octal | 135 | 265 | 337 | 72 | 23 | 0 | 15 | 307 | 103 | 76 |
| Binary | 1011101 | 10110101 | 11011111 | 111010 | 10011 | 0 | 1101 | 11000111 | 1000011 | 111110 |
Color Harmonies of #5DB5DF
Complementary color
Monochromatic Colors of #5DB5DF
Black with #5DB5DF
Text Example
Text Example
White with #5DB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB5DF; }
p { color: rgb(93,181,223); }
H1.HeaderClassName
{
color: #5DB5DF;
}
.AnyTagClassName
{
color: #5DB5DF;
}
</style>
background-color css
<style>
a { background-color: #5DB5DF; }
a { background-color: rgb(93,181,223); }
div.DivClassName
{
background-color: #5DB5DF;
}
.BgClassName
{
background-color: #5DB5DF;
}
</style>
border-color css
<style>
span { border-color: #5DB5DF; }
span { border-color: rgb(93,181,223); }
td.TdClassName
{
border-color: #5DB5DF;
}
.TagClassName
{
border-color: #5DB5DF;
}
</style>