Shades of Malibu #5FC5E1
Tints of Malibu #5FC5E1
RGB
CMYK
RGB Variations
Color information
#5FC5E1 (or 0x5FC5E1) is known color: Malibu. HEX triplet: 5F, C5 and E1. RGB value is (95,197,225). Sum of RGB (Red+Green+Blue) = 95+197+225=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #5FC5E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC5E1 is #A03A1E. Grayscale: #A9A9A9. Windows color (decimal): -10500639 or 14796127. OLE color: 14796127.
HSL color Cylindrical-coordinate representation of color #5FC5E1: hue angle of 192.92º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FC5E1 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 197 | 225 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.12 |
| HSL | 192.92º | 0.68% | 0.63% | - |
| HSV(B) | 192.92º | 0.58% | 0.88% | - |
| XYZ | 38.28 | 47.8 | 78.44 | - |
| YUV | 169.69 | 159.21 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 225 | 0.58 | 0.12 | 0 | 0.12 | 192.92 | 0.68 | 0.63 |
| Hex | 5F | C5 | E1 | 3A | C | 0 | C | C1 | 44 | 3F |
| Octal | 137 | 305 | 341 | 72 | 14 | 0 | 14 | 301 | 104 | 77 |
| Binary | 1011111 | 11000101 | 11100001 | 111010 | 1100 | 0 | 1100 | 11000001 | 1000100 | 111111 |
Color Harmonies of #5FC5E1
Complementary color
Monochromatic Colors of #5FC5E1
Black with #5FC5E1
Text Example
Text Example
White with #5FC5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC5E1; }
p { color: rgb(95,197,225); }
H1.HeaderClassName
{
color: #5FC5E1;
}
.AnyTagClassName
{
color: #5FC5E1;
}
</style>
background-color css
<style>
a { background-color: #5FC5E1; }
a { background-color: rgb(95,197,225); }
div.DivClassName
{
background-color: #5FC5E1;
}
.BgClassName
{
background-color: #5FC5E1;
}
</style>
border-color css
<style>
span { border-color: #5FC5E1; }
span { border-color: rgb(95,197,225); }
td.TdClassName
{
border-color: #5FC5E1;
}
.TagClassName
{
border-color: #5FC5E1;
}
</style>