Shades of Malibu #5BBCDE
Tints of Malibu #5BBCDE
RGB
CMYK
RGB Variations
Color information
#5BBCDE (or 0x5BBCDE) is known color: Malibu. HEX triplet: 5B, BC and DE. RGB value is (91,188,222). Sum of RGB (Red+Green+Blue) = 91+188+222=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #5BBCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBCDE is #A44321. Grayscale: #A2A2A2. Windows color (decimal): -10765090 or 14597211. OLE color: 14597211.
HSL color Cylindrical-coordinate representation of color #5BBCDE: hue angle of 195.57º 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 #5BBCDE is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 188 | 222 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.13 |
| HSL | 195.57º | 0.66% | 0.61% | - |
| HSV(B) | 195.57º | 0.59% | 0.87% | - |
| XYZ | 35.48 | 43.46 | 75.63 | - |
| YUV | 162.87 | 161.36 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 222 | 0.59 | 0.15 | 0 | 0.13 | 195.57 | 0.66 | 0.61 |
| Hex | 5B | BC | DE | 3B | F | 0 | D | C4 | 42 | 3D |
| Octal | 133 | 274 | 336 | 73 | 17 | 0 | 15 | 304 | 102 | 75 |
| Binary | 1011011 | 10111100 | 11011110 | 111011 | 1111 | 0 | 1101 | 11000100 | 1000010 | 111101 |
Color Harmonies of #5BBCDE
Complementary color
Monochromatic Colors of #5BBCDE
Black with #5BBCDE
Text Example
Text Example
White with #5BBCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCDE; }
p { color: rgb(91,188,222); }
H1.HeaderClassName
{
color: #5BBCDE;
}
.AnyTagClassName
{
color: #5BBCDE;
}
</style>
background-color css
<style>
a { background-color: #5BBCDE; }
a { background-color: rgb(91,188,222); }
div.DivClassName
{
background-color: #5BBCDE;
}
.BgClassName
{
background-color: #5BBCDE;
}
</style>
border-color css
<style>
span { border-color: #5BBCDE; }
span { border-color: rgb(91,188,222); }
td.TdClassName
{
border-color: #5BBCDE;
}
.TagClassName
{
border-color: #5BBCDE;
}
</style>