Shades of Malibu #5BB6DE
Tints of Malibu #5BB6DE
RGB
CMYK
RGB Variations
Color information
#5BB6DE (or 0x5BB6DE) is known color: Malibu. HEX triplet: 5B, B6 and DE. RGB value is (91,182,222). Sum of RGB (Red+Green+Blue) = 91+182+222=495 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.38% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #5BB6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB6DE is #A44921. Grayscale: #9F9F9F. Windows color (decimal): -10766626 or 14595675. OLE color: 14595675.
HSL color Cylindrical-coordinate representation of color #5BB6DE: hue angle of 198.32º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BB6DE is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 182 | 222 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.13 |
| HSL | 198.32º | 0.66% | 0.61% | - |
| HSV(B) | 198.32º | 0.59% | 0.87% | - |
| XYZ | 34.23 | 40.95 | 75.21 | - |
| YUV | 159.35 | 163.35 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 182 | 222 | 0.59 | 0.18 | 0 | 0.13 | 198.32 | 0.66 | 0.61 |
| Hex | 5B | B6 | DE | 3B | 12 | 0 | D | C6 | 42 | 3D |
| Octal | 133 | 266 | 336 | 73 | 22 | 0 | 15 | 306 | 102 | 75 |
| Binary | 1011011 | 10110110 | 11011110 | 111011 | 10010 | 0 | 1101 | 11000110 | 1000010 | 111101 |
Color Harmonies of #5BB6DE
Complementary color
Monochromatic Colors of #5BB6DE
Black with #5BB6DE
Text Example
Text Example
White with #5BB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB6DE; }
p { color: rgb(91,182,222); }
H1.HeaderClassName
{
color: #5BB6DE;
}
.AnyTagClassName
{
color: #5BB6DE;
}
</style>
background-color css
<style>
a { background-color: #5BB6DE; }
a { background-color: rgb(91,182,222); }
div.DivClassName
{
background-color: #5BB6DE;
}
.BgClassName
{
background-color: #5BB6DE;
}
</style>
border-color css
<style>
span { border-color: #5BB6DE; }
span { border-color: rgb(91,182,222); }
td.TdClassName
{
border-color: #5BB6DE;
}
.TagClassName
{
border-color: #5BB6DE;
}
</style>