Shades of Malibu #5BBADC
Tints of Malibu #5BBADC
RGB
CMYK
RGB Variations
Color information
#5BBADC (or 0x5BBADC) is known color: Malibu. HEX triplet: 5B, BA and DC. RGB value is (91,186,220). Sum of RGB (Red+Green+Blue) = 91+186+220=497 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.31% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BBADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBADC is #A44523. Grayscale: #A1A1A1. Windows color (decimal): -10765604 or 14465627. OLE color: 14465627.
HSL color Cylindrical-coordinate representation of color #5BBADC: hue angle of 195.81º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BBADC is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 186 | 220 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.14 |
| HSL | 195.81º | 0.65% | 0.61% | - |
| HSV(B) | 195.81º | 0.59% | 0.86% | - |
| XYZ | 34.79 | 42.51 | 74.08 | - |
| YUV | 161.47 | 161.03 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 220 | 0.59 | 0.15 | 0 | 0.14 | 195.81 | 0.65 | 0.61 |
| Hex | 5B | BA | DC | 3B | F | 0 | E | C4 | 41 | 3D |
| Octal | 133 | 272 | 334 | 73 | 17 | 0 | 16 | 304 | 101 | 75 |
| Binary | 1011011 | 10111010 | 11011100 | 111011 | 1111 | 0 | 1110 | 11000100 | 1000001 | 111101 |
Color Harmonies of #5BBADC
Complementary color
Monochromatic Colors of #5BBADC
Black with #5BBADC
Text Example
Text Example
White with #5BBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBADC; }
p { color: rgb(91,186,220); }
H1.HeaderClassName
{
color: #5BBADC;
}
.AnyTagClassName
{
color: #5BBADC;
}
</style>
background-color css
<style>
a { background-color: #5BBADC; }
a { background-color: rgb(91,186,220); }
div.DivClassName
{
background-color: #5BBADC;
}
.BgClassName
{
background-color: #5BBADC;
}
</style>
border-color css
<style>
span { border-color: #5BBADC; }
span { border-color: rgb(91,186,220); }
td.TdClassName
{
border-color: #5BBADC;
}
.TagClassName
{
border-color: #5BBADC;
}
</style>