Shades of Malibu #5BAFEA
Tints of Malibu #5BAFEA
RGB
CMYK
RGB Variations
Color information
#5BAFEA (or 0x5BAFEA) is known color: Malibu. HEX triplet: 5B, AF and EA. RGB value is (91,175,234). Sum of RGB (Red+Green+Blue) = 91+175+234=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #5BAFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAFEA is #A45015. Grayscale: #9C9C9C. Windows color (decimal): -10768406 or 15380315. OLE color: 15380315.
HSL color Cylindrical-coordinate representation of color #5BAFEA: hue angle of 204.76º 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 #5BAFEA is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 175 | 234 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.08 |
| HSL | 204.76º | 0.77% | 0.64% | - |
| HSV(B) | 204.76º | 0.61% | 0.92% | - |
| XYZ | 34.5 | 38.82 | 83.52 | - |
| YUV | 156.61 | 171.67 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 234 | 0.61 | 0.25 | 0 | 0.08 | 204.76 | 0.77 | 0.64 |
| Hex | 5B | AF | EA | 3D | 19 | 0 | 8 | CD | 4D | 40 |
| Octal | 133 | 257 | 352 | 75 | 31 | 0 | 10 | 315 | 115 | 100 |
| Binary | 1011011 | 10101111 | 11101010 | 111101 | 11001 | 0 | 1000 | 11001101 | 1001101 | 1000000 |
Color Harmonies of #5BAFEA
Complementary color
Monochromatic Colors of #5BAFEA
Black with #5BAFEA
Text Example
Text Example
White with #5BAFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFEA; }
p { color: rgb(91,175,234); }
H1.HeaderClassName
{
color: #5BAFEA;
}
.AnyTagClassName
{
color: #5BAFEA;
}
</style>
background-color css
<style>
a { background-color: #5BAFEA; }
a { background-color: rgb(91,175,234); }
div.DivClassName
{
background-color: #5BAFEA;
}
.BgClassName
{
background-color: #5BAFEA;
}
</style>
border-color css
<style>
span { border-color: #5BAFEA; }
span { border-color: rgb(91,175,234); }
td.TdClassName
{
border-color: #5BAFEA;
}
.TagClassName
{
border-color: #5BAFEA;
}
</style>