Shades of Malibu #5BBEDB
Tints of Malibu #5BBEDB
RGB
CMYK
RGB Variations
Color information
#5BBEDB (or 0x5BBEDB) is known color: Malibu. HEX triplet: 5B, BE and DB. RGB value is (91,190,219). Sum of RGB (Red+Green+Blue) = 91+190+219=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BBEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBEDB is #A44124. Grayscale: #A3A3A3. Windows color (decimal): -10764581 or 14401115. OLE color: 14401115.
HSL color Cylindrical-coordinate representation of color #5BBEDB: hue angle of 193.59º 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 #5BBEDB is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 190 | 219 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.14 |
| HSL | 193.59º | 0.64% | 0.61% | - |
| HSV(B) | 193.59º | 0.58% | 0.86% | - |
| XYZ | 35.51 | 44.17 | 73.67 | - |
| YUV | 163.71 | 159.2 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 190 | 219 | 0.58 | 0.13 | 0 | 0.14 | 193.59 | 0.64 | 0.61 |
| Hex | 5B | BE | DB | 3A | D | 0 | E | C2 | 40 | 3D |
| Octal | 133 | 276 | 333 | 72 | 15 | 0 | 16 | 302 | 100 | 75 |
| Binary | 1011011 | 10111110 | 11011011 | 111010 | 1101 | 0 | 1110 | 11000010 | 1000000 | 111101 |
Color Harmonies of #5BBEDB
Complementary color
Monochromatic Colors of #5BBEDB
Black with #5BBEDB
Text Example
Text Example
White with #5BBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBEDB; }
p { color: rgb(91,190,219); }
H1.HeaderClassName
{
color: #5BBEDB;
}
.AnyTagClassName
{
color: #5BBEDB;
}
</style>
background-color css
<style>
a { background-color: #5BBEDB; }
a { background-color: rgb(91,190,219); }
div.DivClassName
{
background-color: #5BBEDB;
}
.BgClassName
{
background-color: #5BBEDB;
}
</style>
border-color css
<style>
span { border-color: #5BBEDB; }
span { border-color: rgb(91,190,219); }
td.TdClassName
{
border-color: #5BBEDB;
}
.TagClassName
{
border-color: #5BBEDB;
}
</style>