Shades of Malibu #5BC1DA
Tints of Malibu #5BC1DA
RGB
CMYK
RGB Variations
Color information
#5BC1DA (or 0x5BC1DA) is known color: Malibu. HEX triplet: 5B, C1 and DA. RGB value is (91,193,218). Sum of RGB (Red+Green+Blue) = 91+193+218=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #5BC1DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC1DA is #A43E25. Grayscale: #A5A5A5. Windows color (decimal): -10763814 or 14336347. OLE color: 14336347.
HSL color Cylindrical-coordinate representation of color #5BC1DA: hue angle of 191.81º 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 #5BC1DA is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 193 | 218 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.15 |
| HSL | 191.81º | 0.63% | 0.61% | - |
| HSV(B) | 191.81º | 0.58% | 0.85% | - |
| XYZ | 36.04 | 45.43 | 73.2 | - |
| YUV | 165.35 | 157.71 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 218 | 0.58 | 0.11 | 0 | 0.15 | 191.81 | 0.63 | 0.61 |
| Hex | 5B | C1 | DA | 3A | B | 0 | F | C0 | 3F | 3D |
| Octal | 133 | 301 | 332 | 72 | 13 | 0 | 17 | 300 | 77 | 75 |
| Binary | 1011011 | 11000001 | 11011010 | 111010 | 1011 | 0 | 1111 | 11000000 | 111111 | 111101 |
Color Harmonies of #5BC1DA
Complementary color
Monochromatic Colors of #5BC1DA
Black with #5BC1DA
Text Example
Text Example
White with #5BC1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC1DA; }
p { color: rgb(91,193,218); }
H1.HeaderClassName
{
color: #5BC1DA;
}
.AnyTagClassName
{
color: #5BC1DA;
}
</style>
background-color css
<style>
a { background-color: #5BC1DA; }
a { background-color: rgb(91,193,218); }
div.DivClassName
{
background-color: #5BC1DA;
}
.BgClassName
{
background-color: #5BC1DA;
}
</style>
border-color css
<style>
span { border-color: #5BC1DA; }
span { border-color: rgb(91,193,218); }
td.TdClassName
{
border-color: #5BC1DA;
}
.TagClassName
{
border-color: #5BC1DA;
}
</style>