Shades of Malibu #5BC0DF
Tints of Malibu #5BC0DF
RGB
CMYK
RGB Variations
Color information
#5BC0DF (or 0x5BC0DF) is known color: Malibu. HEX triplet: 5B, C0 and DF. RGB value is (91,192,223). Sum of RGB (Red+Green+Blue) = 91+192+223=506 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.98% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #5BC0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC0DF is #A43F20. Grayscale: #A5A5A5. Windows color (decimal): -10764065 or 14663771. OLE color: 14663771.
HSL color Cylindrical-coordinate representation of color #5BC0DF: hue angle of 194.09º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BC0DF is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 192 | 223 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.13 |
| HSL | 194.09º | 0.67% | 0.62% | - |
| HSV(B) | 194.09º | 0.59% | 0.87% | - |
| XYZ | 36.48 | 45.25 | 76.62 | - |
| YUV | 165.34 | 160.54 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 223 | 0.59 | 0.14 | 0 | 0.13 | 194.09 | 0.67 | 0.62 |
| Hex | 5B | C0 | DF | 3B | E | 0 | D | C2 | 43 | 3E |
| Octal | 133 | 300 | 337 | 73 | 16 | 0 | 15 | 302 | 103 | 76 |
| Binary | 1011011 | 11000000 | 11011111 | 111011 | 1110 | 0 | 1101 | 11000010 | 1000011 | 111110 |
Color Harmonies of #5BC0DF
Complementary color
Monochromatic Colors of #5BC0DF
Black with #5BC0DF
Text Example
Text Example
White with #5BC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC0DF; }
p { color: rgb(91,192,223); }
H1.HeaderClassName
{
color: #5BC0DF;
}
.AnyTagClassName
{
color: #5BC0DF;
}
</style>
background-color css
<style>
a { background-color: #5BC0DF; }
a { background-color: rgb(91,192,223); }
div.DivClassName
{
background-color: #5BC0DF;
}
.BgClassName
{
background-color: #5BC0DF;
}
</style>
border-color css
<style>
span { border-color: #5BC0DF; }
span { border-color: rgb(91,192,223); }
td.TdClassName
{
border-color: #5BC0DF;
}
.TagClassName
{
border-color: #5BC0DF;
}
</style>