Shades of Malibu #5BBCE1
Tints of Malibu #5BBCE1
RGB
CMYK
RGB Variations
Color information
#5BBCE1 (or 0x5BBCE1) is known color: Malibu. HEX triplet: 5B, BC and E1. RGB value is (91,188,225). Sum of RGB (Red+Green+Blue) = 91+188+225=504 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.06% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #5BBCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCE1 is #A4431E. Grayscale: #A2A2A2. Windows color (decimal): -10765087 or 14793819. OLE color: 14793819.
HSL color Cylindrical-coordinate representation of color #5BBCE1: hue angle of 196.57º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BBCE1 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 188 | 225 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.12 |
| HSL | 196.57º | 0.69% | 0.62% | - |
| HSV(B) | 196.57º | 0.6% | 0.88% | - |
| XYZ | 35.89 | 43.63 | 77.76 | - |
| YUV | 163.22 | 162.86 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 225 | 0.60 | 0.16 | 0 | 0.12 | 196.57 | 0.69 | 0.62 |
| Hex | 5B | BC | E1 | 3C | 10 | 0 | C | C5 | 45 | 3E |
| Octal | 133 | 274 | 341 | 74 | 20 | 0 | 14 | 305 | 105 | 76 |
| Binary | 1011011 | 10111100 | 11100001 | 111100 | 10000 | 0 | 1100 | 11000101 | 1000101 | 111110 |
Color Harmonies of #5BBCE1
Complementary color
Monochromatic Colors of #5BBCE1
Black with #5BBCE1
Text Example
Text Example
White with #5BBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCE1; }
p { color: rgb(91,188,225); }
H1.HeaderClassName
{
color: #5BBCE1;
}
.AnyTagClassName
{
color: #5BBCE1;
}
</style>
background-color css
<style>
a { background-color: #5BBCE1; }
a { background-color: rgb(91,188,225); }
div.DivClassName
{
background-color: #5BBCE1;
}
.BgClassName
{
background-color: #5BBCE1;
}
</style>
border-color css
<style>
span { border-color: #5BBCE1; }
span { border-color: rgb(91,188,225); }
td.TdClassName
{
border-color: #5BBCE1;
}
.TagClassName
{
border-color: #5BBCE1;
}
</style>