Shades of Malibu #5BADDC
Tints of Malibu #5BADDC
RGB
CMYK
RGB Variations
Color information
#5BADDC (or 0x5BADDC) is known color: Malibu. HEX triplet: 5B, AD and DC. RGB value is (91,173,220). Sum of RGB (Red+Green+Blue) = 91+173+220=484 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.80% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BADDC is #A45223. Grayscale: #999999. Windows color (decimal): -10768932 or 14462299. OLE color: 14462299.
HSL color Cylindrical-coordinate representation of color #5BADDC: hue angle of 201.86º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BADDC is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 173 | 220 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.14 |
| HSL | 201.86º | 0.65% | 0.61% | - |
| HSV(B) | 201.86º | 0.59% | 0.86% | - |
| XYZ | 32.18 | 37.28 | 73.21 | - |
| YUV | 153.84 | 165.33 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 220 | 0.59 | 0.21 | 0 | 0.14 | 201.86 | 0.65 | 0.61 |
| Hex | 5B | AD | DC | 3B | 15 | 0 | E | CA | 41 | 3D |
| Octal | 133 | 255 | 334 | 73 | 25 | 0 | 16 | 312 | 101 | 75 |
| Binary | 1011011 | 10101101 | 11011100 | 111011 | 10101 | 0 | 1110 | 11001010 | 1000001 | 111101 |
Color Harmonies of #5BADDC
Complementary color
Monochromatic Colors of #5BADDC
Black with #5BADDC
Text Example
Text Example
White with #5BADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BADDC; }
p { color: rgb(91,173,220); }
H1.HeaderClassName
{
color: #5BADDC;
}
.AnyTagClassName
{
color: #5BADDC;
}
</style>
background-color css
<style>
a { background-color: #5BADDC; }
a { background-color: rgb(91,173,220); }
div.DivClassName
{
background-color: #5BADDC;
}
.BgClassName
{
background-color: #5BADDC;
}
</style>
border-color css
<style>
span { border-color: #5BADDC; }
span { border-color: rgb(91,173,220); }
td.TdClassName
{
border-color: #5BADDC;
}
.TagClassName
{
border-color: #5BADDC;
}
</style>