Shades of Malibu #5DBFDB
Tints of Malibu #5DBFDB
RGB
CMYK
RGB Variations
Color information
#5DBFDB (or 0x5DBFDB) is known color: Malibu. HEX triplet: 5D, BF and DB. RGB value is (93,191,219). Sum of RGB (Red+Green+Blue) = 93+191+219=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DBFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBFDB is #A24024. Grayscale: #A4A4A4. Windows color (decimal): -10633253 or 14401373. OLE color: 14401373.
HSL color Cylindrical-coordinate representation of color #5DBFDB: hue angle of 193.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DBFDB is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 191 | 219 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.14 |
| HSL | 193.33º | 0.64% | 0.61% | - |
| HSV(B) | 193.33º | 0.58% | 0.86% | - |
| XYZ | 35.93 | 44.7 | 73.75 | - |
| YUV | 164.89 | 158.53 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 219 | 0.58 | 0.13 | 0 | 0.14 | 193.33 | 0.64 | 0.61 |
| Hex | 5D | BF | DB | 3A | D | 0 | E | C1 | 40 | 3D |
| Octal | 135 | 277 | 333 | 72 | 15 | 0 | 16 | 301 | 100 | 75 |
| Binary | 1011101 | 10111111 | 11011011 | 111010 | 1101 | 0 | 1110 | 11000001 | 1000000 | 111101 |
Color Harmonies of #5DBFDB
Complementary color
Monochromatic Colors of #5DBFDB
Black with #5DBFDB
Text Example
Text Example
White with #5DBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFDB; }
p { color: rgb(93,191,219); }
H1.HeaderClassName
{
color: #5DBFDB;
}
.AnyTagClassName
{
color: #5DBFDB;
}
</style>
background-color css
<style>
a { background-color: #5DBFDB; }
a { background-color: rgb(93,191,219); }
div.DivClassName
{
background-color: #5DBFDB;
}
.BgClassName
{
background-color: #5DBFDB;
}
</style>
border-color css
<style>
span { border-color: #5DBFDB; }
span { border-color: rgb(93,191,219); }
td.TdClassName
{
border-color: #5DBFDB;
}
.TagClassName
{
border-color: #5DBFDB;
}
</style>