Shades of Malibu #5BAEDA
Tints of Malibu #5BAEDA
RGB
CMYK
RGB Variations
Color information
#5BAEDA (or 0x5BAEDA) is known color: Malibu. HEX triplet: 5B, AE and DA. RGB value is (91,174,218). Sum of RGB (Red+Green+Blue) = 91+174+218=483 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.84% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #5BAEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAEDA is #A45125. Grayscale: #999999. Windows color (decimal): -10768678 or 14331483. OLE color: 14331483.
HSL color Cylindrical-coordinate representation of color #5BAEDA: hue angle of 200.79º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BAEDA is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 174 | 218 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.15 |
| HSL | 200.79º | 0.63% | 0.61% | - |
| HSV(B) | 200.79º | 0.58% | 0.85% | - |
| XYZ | 32.11 | 37.56 | 71.89 | - |
| YUV | 154.2 | 164 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 218 | 0.58 | 0.20 | 0 | 0.15 | 200.79 | 0.63 | 0.61 |
| Hex | 5B | AE | DA | 3A | 14 | 0 | F | C9 | 3F | 3D |
| Octal | 133 | 256 | 332 | 72 | 24 | 0 | 17 | 311 | 77 | 75 |
| Binary | 1011011 | 10101110 | 11011010 | 111010 | 10100 | 0 | 1111 | 11001001 | 111111 | 111101 |
Color Harmonies of #5BAEDA
Complementary color
Monochromatic Colors of #5BAEDA
Black with #5BAEDA
Text Example
Text Example
White with #5BAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAEDA; }
p { color: rgb(91,174,218); }
H1.HeaderClassName
{
color: #5BAEDA;
}
.AnyTagClassName
{
color: #5BAEDA;
}
</style>
background-color css
<style>
a { background-color: #5BAEDA; }
a { background-color: rgb(91,174,218); }
div.DivClassName
{
background-color: #5BAEDA;
}
.BgClassName
{
background-color: #5BAEDA;
}
</style>
border-color css
<style>
span { border-color: #5BAEDA; }
span { border-color: rgb(91,174,218); }
td.TdClassName
{
border-color: #5BAEDA;
}
.TagClassName
{
border-color: #5BAEDA;
}
</style>