Shades of Malibu #5DB0DF
Tints of Malibu #5DB0DF
RGB
CMYK
RGB Variations
Color information
#5DB0DF (or 0x5DB0DF) is known color: Malibu. HEX triplet: 5D, B0 and DF. RGB value is (93,176,223). Sum of RGB (Red+Green+Blue) = 93+176+223=492 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.90% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #5DB0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB0DF is #A24F20. Grayscale: #9C9C9C. Windows color (decimal): -10637089 or 14659677. OLE color: 14659677.
HSL color Cylindrical-coordinate representation of color #5DB0DF: hue angle of 201.69º 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 #5DB0DF is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 176 | 223 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.13 |
| HSL | 201.69º | 0.67% | 0.62% | - |
| HSV(B) | 201.69º | 0.58% | 0.87% | - |
| XYZ | 33.36 | 38.71 | 75.52 | - |
| YUV | 156.54 | 165.5 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 223 | 0.58 | 0.21 | 0 | 0.13 | 201.69 | 0.67 | 0.62 |
| Hex | 5D | B0 | DF | 3A | 15 | 0 | D | CA | 43 | 3E |
| Octal | 135 | 260 | 337 | 72 | 25 | 0 | 15 | 312 | 103 | 76 |
| Binary | 1011101 | 10110000 | 11011111 | 111010 | 10101 | 0 | 1101 | 11001010 | 1000011 | 111110 |
Color Harmonies of #5DB0DF
Complementary color
Monochromatic Colors of #5DB0DF
Black with #5DB0DF
Text Example
Text Example
White with #5DB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB0DF; }
p { color: rgb(93,176,223); }
H1.HeaderClassName
{
color: #5DB0DF;
}
.AnyTagClassName
{
color: #5DB0DF;
}
</style>
background-color css
<style>
a { background-color: #5DB0DF; }
a { background-color: rgb(93,176,223); }
div.DivClassName
{
background-color: #5DB0DF;
}
.BgClassName
{
background-color: #5DB0DF;
}
</style>
border-color css
<style>
span { border-color: #5DB0DF; }
span { border-color: rgb(93,176,223); }
td.TdClassName
{
border-color: #5DB0DF;
}
.TagClassName
{
border-color: #5DB0DF;
}
</style>