Shades of Malibu #5BBCD7
Tints of Malibu #5BBCD7
RGB
CMYK
RGB Variations
Color information
#5BBCD7 (or 0x5BBCD7) is known color: Malibu. HEX triplet: 5B, BC and D7. RGB value is (91,188,215). Sum of RGB (Red+Green+Blue) = 91+188+215=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #5BBCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCD7 is #A44328. Grayscale: #A1A1A1. Windows color (decimal): -10765097 or 14138459. OLE color: 14138459.
HSL color Cylindrical-coordinate representation of color #5BBCD7: hue angle of 193.06º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BBCD7 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 188 | 215 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.16 |
| HSL | 193.06º | 0.61% | 0.6% | - |
| HSV(B) | 193.06º | 0.58% | 0.84% | - |
| XYZ | 34.56 | 43.1 | 70.79 | - |
| YUV | 162.08 | 157.86 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 215 | 0.58 | 0.13 | 0 | 0.16 | 193.06 | 0.61 | 0.6 |
| Hex | 5B | BC | D7 | 3A | D | 0 | 10 | C1 | 3D | 3C |
| Octal | 133 | 274 | 327 | 72 | 15 | 0 | 20 | 301 | 75 | 74 |
| Binary | 1011011 | 10111100 | 11010111 | 111010 | 1101 | 0 | 10000 | 11000001 | 111101 | 111100 |
Color Harmonies of #5BBCD7
Complementary color
Monochromatic Colors of #5BBCD7
Black with #5BBCD7
Text Example
Text Example
White with #5BBCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCD7; }
p { color: rgb(91,188,215); }
H1.HeaderClassName
{
color: #5BBCD7;
}
.AnyTagClassName
{
color: #5BBCD7;
}
</style>
background-color css
<style>
a { background-color: #5BBCD7; }
a { background-color: rgb(91,188,215); }
div.DivClassName
{
background-color: #5BBCD7;
}
.BgClassName
{
background-color: #5BBCD7;
}
</style>
border-color css
<style>
span { border-color: #5BBCD7; }
span { border-color: rgb(91,188,215); }
td.TdClassName
{
border-color: #5BBCD7;
}
.TagClassName
{
border-color: #5BBCD7;
}
</style>