Shades of Malibu #5BBCE4
Tints of Malibu #5BBCE4
RGB
CMYK
RGB Variations
Color information
#5BBCE4 (or 0x5BBCE4) is known color: Malibu. HEX triplet: 5B, BC and E4. RGB value is (91,188,228). Sum of RGB (Red+Green+Blue) = 91+188+228=507 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.95% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #5BBCE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCE4 is #A4431B. Grayscale: #A3A3A3. Windows color (decimal): -10765084 or 14990427. OLE color: 14990427.
HSL color Cylindrical-coordinate representation of color #5BBCE4: hue angle of 197.52º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BBCE4 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 91 | 188 | 228 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.11 |
| HSL | 197.52º | 0.72% | 0.63% | - |
| HSV(B) | 197.52º | 0.6% | 0.89% | - |
| XYZ | 36.3 | 43.79 | 79.94 | - |
| YUV | 163.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 228 | 0.60 | 0.18 | 0 | 0.11 | 197.52 | 0.72 | 0.63 |
| Hex | 5B | BC | E4 | 3C | 12 | 0 | B | C6 | 48 | 3F |
| Octal | 133 | 274 | 344 | 74 | 22 | 0 | 13 | 306 | 110 | 77 |
| Binary | 1011011 | 10111100 | 11100100 | 111100 | 10010 | 0 | 1011 | 11000110 | 1001000 | 111111 |
Color Harmonies of #5BBCE4
Complementary color
Monochromatic Colors of #5BBCE4
Black with #5BBCE4
Text Example
Text Example
White with #5BBCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCE4; }
p { color: rgb(91,188,228); }
H1.HeaderClassName
{
color: #5BBCE4;
}
.AnyTagClassName
{
color: #5BBCE4;
}
</style>
background-color css
<style>
a { background-color: #5BBCE4; }
a { background-color: rgb(91,188,228); }
div.DivClassName
{
background-color: #5BBCE4;
}
.BgClassName
{
background-color: #5BBCE4;
}
</style>
border-color css
<style>
span { border-color: #5BBCE4; }
span { border-color: rgb(91,188,228); }
td.TdClassName
{
border-color: #5BBCE4;
}
.TagClassName
{
border-color: #5BBCE4;
}
</style>