Shades of Malibu #5BBEDD
Tints of Malibu #5BBEDD
RGB
CMYK
RGB Variations
Color information
#5BBEDD (or 0x5BBEDD) is known color: Malibu. HEX triplet: 5B, BE and DD. RGB value is (91,190,221). Sum of RGB (Red+Green+Blue) = 91+190+221=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BBEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBEDD is #A44122. Grayscale: #A3A3A3. Windows color (decimal): -10764579 or 14532187. OLE color: 14532187.
HSL color Cylindrical-coordinate representation of color #5BBEDD: hue angle of 194.31º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BBEDD is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 190 | 221 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.13 |
| HSL | 194.31º | 0.66% | 0.61% | - |
| HSV(B) | 194.31º | 0.59% | 0.87% | - |
| XYZ | 35.78 | 44.27 | 75.07 | - |
| YUV | 163.93 | 160.2 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 190 | 221 | 0.59 | 0.14 | 0 | 0.13 | 194.31 | 0.66 | 0.61 |
| Hex | 5B | BE | DD | 3B | E | 0 | D | C2 | 42 | 3D |
| Octal | 133 | 276 | 335 | 73 | 16 | 0 | 15 | 302 | 102 | 75 |
| Binary | 1011011 | 10111110 | 11011101 | 111011 | 1110 | 0 | 1101 | 11000010 | 1000010 | 111101 |
Color Harmonies of #5BBEDD
Complementary color
Monochromatic Colors of #5BBEDD
Black with #5BBEDD
Text Example
Text Example
White with #5BBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBEDD; }
p { color: rgb(91,190,221); }
H1.HeaderClassName
{
color: #5BBEDD;
}
.AnyTagClassName
{
color: #5BBEDD;
}
</style>
background-color css
<style>
a { background-color: #5BBEDD; }
a { background-color: rgb(91,190,221); }
div.DivClassName
{
background-color: #5BBEDD;
}
.BgClassName
{
background-color: #5BBEDD;
}
</style>
border-color css
<style>
span { border-color: #5BBEDD; }
span { border-color: rgb(91,190,221); }
td.TdClassName
{
border-color: #5BBEDD;
}
.TagClassName
{
border-color: #5BBEDD;
}
</style>