Shades of Malibu #5DBFD3
Tints of Malibu #5DBFD3
RGB
CMYK
RGB Variations
Color information
#5DBFD3 (or 0x5DBFD3) is known color: Malibu. HEX triplet: 5D, BF and D3. RGB value is (93,191,211). Sum of RGB (Red+Green+Blue) = 93+191+211=495 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.79% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 211 - color contains mainly: blue. Hex color #5DBFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBFD3 is #A2402C. Grayscale: #A3A3A3. Windows color (decimal): -10633261 or 13877085. OLE color: 13877085.
HSL color Cylindrical-coordinate representation of color #5DBFD3: hue angle of 190.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DBFD3 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 93 | 191 | 211 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.17 |
| HSL | 190.17º | 0.57% | 0.6% | - |
| HSV(B) | 190.17º | 0.56% | 0.83% | - |
| XYZ | 34.9 | 44.29 | 68.34 | - |
| YUV | 163.98 | 154.53 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 211 | 0.56 | 0.09 | 0 | 0.17 | 190.17 | 0.57 | 0.6 |
| Hex | 5D | BF | D3 | 38 | 9 | 0 | 11 | BE | 39 | 3C |
| Octal | 135 | 277 | 323 | 70 | 11 | 0 | 21 | 276 | 71 | 74 |
| Binary | 1011101 | 10111111 | 11010011 | 111000 | 1001 | 0 | 10001 | 10111110 | 111001 | 111100 |
Color Harmonies of #5DBFD3
Complementary color
Monochromatic Colors of #5DBFD3
Black with #5DBFD3
Text Example
Text Example
White with #5DBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFD3; }
p { color: rgb(93,191,211); }
H1.HeaderClassName
{
color: #5DBFD3;
}
.AnyTagClassName
{
color: #5DBFD3;
}
</style>
background-color css
<style>
a { background-color: #5DBFD3; }
a { background-color: rgb(93,191,211); }
div.DivClassName
{
background-color: #5DBFD3;
}
.BgClassName
{
background-color: #5DBFD3;
}
</style>
border-color css
<style>
span { border-color: #5DBFD3; }
span { border-color: rgb(93,191,211); }
td.TdClassName
{
border-color: #5DBFD3;
}
.TagClassName
{
border-color: #5DBFD3;
}
</style>