Shades of Malibu #5BB7E9
Tints of Malibu #5BB7E9
RGB
CMYK
RGB Variations
Color information
#5BB7E9 (or 0x5BB7E9) is known color: Malibu. HEX triplet: 5B, B7 and E9. RGB value is (91,183,233). Sum of RGB (Red+Green+Blue) = 91+183+233=507 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.95% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #5BB7E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB7E9 is #A44816. Grayscale: #A0A0A0. Windows color (decimal): -10766359 or 15316827. OLE color: 15316827.
HSL color Cylindrical-coordinate representation of color #5BB7E9: hue angle of 201.13º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BB7E9 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 183 | 233 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.09 |
| HSL | 201.13º | 0.76% | 0.64% | - |
| HSV(B) | 201.13º | 0.61% | 0.91% | - |
| XYZ | 35.96 | 41.97 | 83.3 | - |
| YUV | 161.19 | 168.52 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 183 | 233 | 0.61 | 0.21 | 0 | 0.09 | 201.13 | 0.76 | 0.64 |
| Hex | 5B | B7 | E9 | 3D | 15 | 0 | 9 | C9 | 4C | 40 |
| Octal | 133 | 267 | 351 | 75 | 25 | 0 | 11 | 311 | 114 | 100 |
| Binary | 1011011 | 10110111 | 11101001 | 111101 | 10101 | 0 | 1001 | 11001001 | 1001100 | 1000000 |
Color Harmonies of #5BB7E9
Complementary color
Monochromatic Colors of #5BB7E9
Black with #5BB7E9
Text Example
Text Example
White with #5BB7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB7E9; }
p { color: rgb(91,183,233); }
H1.HeaderClassName
{
color: #5BB7E9;
}
.AnyTagClassName
{
color: #5BB7E9;
}
</style>
background-color css
<style>
a { background-color: #5BB7E9; }
a { background-color: rgb(91,183,233); }
div.DivClassName
{
background-color: #5BB7E9;
}
.BgClassName
{
background-color: #5BB7E9;
}
</style>
border-color css
<style>
span { border-color: #5BB7E9; }
span { border-color: rgb(91,183,233); }
td.TdClassName
{
border-color: #5BB7E9;
}
.TagClassName
{
border-color: #5BB7E9;
}
</style>