Shades of Malibu #5DB0E6
Tints of Malibu #5DB0E6
RGB
CMYK
RGB Variations
Color information
#5DB0E6 (or 0x5DB0E6) is known color: Malibu. HEX triplet: 5D, B0 and E6. RGB value is (93,176,230). Sum of RGB (Red+Green+Blue) = 93+176+230=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #5DB0E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DB0E6 is #A24F19. Grayscale: #9D9D9D. Windows color (decimal): -10637082 or 15118429. OLE color: 15118429.
HSL color Cylindrical-coordinate representation of color #5DB0E6: hue angle of 203.65º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DB0E6 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 93 | 176 | 230 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.10 |
| HSL | 203.65º | 0.73% | 0.63% | - |
| HSV(B) | 203.65º | 0.6% | 0.9% | - |
| XYZ | 34.32 | 39.09 | 80.6 | - |
| YUV | 157.34 | 169 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 230 | 0.60 | 0.23 | 0 | 0.10 | 203.65 | 0.73 | 0.63 |
| Hex | 5D | B0 | E6 | 3C | 17 | 0 | A | CC | 49 | 3F |
| Octal | 135 | 260 | 346 | 74 | 27 | 0 | 12 | 314 | 111 | 77 |
| Binary | 1011101 | 10110000 | 11100110 | 111100 | 10111 | 0 | 1010 | 11001100 | 1001001 | 111111 |
Color Harmonies of #5DB0E6
Complementary color
Monochromatic Colors of #5DB0E6
Black with #5DB0E6
Text Example
Text Example
White with #5DB0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB0E6; }
p { color: rgb(93,176,230); }
H1.HeaderClassName
{
color: #5DB0E6;
}
.AnyTagClassName
{
color: #5DB0E6;
}
</style>
background-color css
<style>
a { background-color: #5DB0E6; }
a { background-color: rgb(93,176,230); }
div.DivClassName
{
background-color: #5DB0E6;
}
.BgClassName
{
background-color: #5DB0E6;
}
</style>
border-color css
<style>
span { border-color: #5DB0E6; }
span { border-color: rgb(93,176,230); }
td.TdClassName
{
border-color: #5DB0E6;
}
.TagClassName
{
border-color: #5DB0E6;
}
</style>