Shades of Malibu #5BB2EF
Tints of Malibu #5BB2EF
RGB
CMYK
RGB Variations
Color information
#5BB2EF (or 0x5BB2EF) is known color: Malibu. HEX triplet: 5B, B2 and EF. RGB value is (91,178,239). Sum of RGB (Red+Green+Blue) = 91+178+239=508 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.91% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BB2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BB2EF is #A44D10. Grayscale: #9E9E9E. Windows color (decimal): -10767633 or 15708763. OLE color: 15708763.
HSL color Cylindrical-coordinate representation of color #5BB2EF: hue angle of 204.73º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BB2EF is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 178 | 239 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.06 |
| HSL | 204.73º | 0.82% | 0.65% | - |
| HSV(B) | 204.73º | 0.62% | 0.94% | - |
| XYZ | 35.81 | 40.3 | 87.55 | - |
| YUV | 158.94 | 173.18 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 178 | 239 | 0.62 | 0.26 | 0 | 0.06 | 204.73 | 0.82 | 0.65 |
| Hex | 5B | B2 | EF | 3E | 1A | 0 | 6 | CD | 52 | 41 |
| Octal | 133 | 262 | 357 | 76 | 32 | 0 | 6 | 315 | 122 | 101 |
| Binary | 1011011 | 10110010 | 11101111 | 111110 | 11010 | 0 | 110 | 11001101 | 1010010 | 1000001 |
Color Harmonies of #5BB2EF
Complementary color
Monochromatic Colors of #5BB2EF
Black with #5BB2EF
Text Example
Text Example
White with #5BB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB2EF; }
p { color: rgb(91,178,239); }
H1.HeaderClassName
{
color: #5BB2EF;
}
.AnyTagClassName
{
color: #5BB2EF;
}
</style>
background-color css
<style>
a { background-color: #5BB2EF; }
a { background-color: rgb(91,178,239); }
div.DivClassName
{
background-color: #5BB2EF;
}
.BgClassName
{
background-color: #5BB2EF;
}
</style>
border-color css
<style>
span { border-color: #5BB2EF; }
span { border-color: rgb(91,178,239); }
td.TdClassName
{
border-color: #5BB2EF;
}
.TagClassName
{
border-color: #5BB2EF;
}
</style>