Shades of Malibu #5BAEEA
Tints of Malibu #5BAEEA
RGB
CMYK
RGB Variations
Color information
#5BAEEA (or 0x5BAEEA) is known color: Malibu. HEX triplet: 5B, AE and EA. RGB value is (91,174,234). Sum of RGB (Red+Green+Blue) = 91+174+234=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #5BAEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAEEA is #A45115. Grayscale: #9B9B9B. Windows color (decimal): -10768662 or 15380059. OLE color: 15380059.
HSL color Cylindrical-coordinate representation of color #5BAEEA: hue angle of 205.17º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BAEEA is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 174 | 234 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.08 |
| HSL | 205.17º | 0.77% | 0.64% | - |
| HSV(B) | 205.17º | 0.61% | 0.92% | - |
| XYZ | 34.3 | 38.44 | 83.45 | - |
| YUV | 156.02 | 172 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 234 | 0.61 | 0.26 | 0 | 0.08 | 205.17 | 0.77 | 0.64 |
| Hex | 5B | AE | EA | 3D | 1A | 0 | 8 | CD | 4D | 40 |
| Octal | 133 | 256 | 352 | 75 | 32 | 0 | 10 | 315 | 115 | 100 |
| Binary | 1011011 | 10101110 | 11101010 | 111101 | 11010 | 0 | 1000 | 11001101 | 1001101 | 1000000 |
Color Harmonies of #5BAEEA
Complementary color
Monochromatic Colors of #5BAEEA
Black with #5BAEEA
Text Example
Text Example
White with #5BAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAEEA; }
p { color: rgb(91,174,234); }
H1.HeaderClassName
{
color: #5BAEEA;
}
.AnyTagClassName
{
color: #5BAEEA;
}
</style>
background-color css
<style>
a { background-color: #5BAEEA; }
a { background-color: rgb(91,174,234); }
div.DivClassName
{
background-color: #5BAEEA;
}
.BgClassName
{
background-color: #5BAEEA;
}
</style>
border-color css
<style>
span { border-color: #5BAEEA; }
span { border-color: rgb(91,174,234); }
td.TdClassName
{
border-color: #5BAEEA;
}
.TagClassName
{
border-color: #5BAEEA;
}
</style>