Shades of Malibu #5FB1E5
Tints of Malibu #5FB1E5
RGB
CMYK
RGB Variations
Color information
#5FB1E5 (or 0x5FB1E5) is known color: Malibu. HEX triplet: 5F, B1 and E5. RGB value is (95,177,229). Sum of RGB (Red+Green+Blue) = 95+177+229=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #5FB1E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FB1E5 is #A04E1A. Grayscale: #9E9E9E. Windows color (decimal): -10505755 or 15053151. OLE color: 15053151.
HSL color Cylindrical-coordinate representation of color #5FB1E5: hue angle of 203.28º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FB1E5 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 177 | 229 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.10 |
| HSL | 203.28º | 0.72% | 0.64% | - |
| HSV(B) | 203.28º | 0.59% | 0.9% | - |
| XYZ | 34.58 | 39.53 | 79.94 | - |
| YUV | 158.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 229 | 0.59 | 0.23 | 0 | 0.10 | 203.28 | 0.72 | 0.64 |
| Hex | 5F | B1 | E5 | 3B | 17 | 0 | A | CB | 48 | 40 |
| Octal | 137 | 261 | 345 | 73 | 27 | 0 | 12 | 313 | 110 | 100 |
| Binary | 1011111 | 10110001 | 11100101 | 111011 | 10111 | 0 | 1010 | 11001011 | 1001000 | 1000000 |
Color Harmonies of #5FB1E5
Complementary color
Monochromatic Colors of #5FB1E5
Black with #5FB1E5
Text Example
Text Example
White with #5FB1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB1E5; }
p { color: rgb(95,177,229); }
H1.HeaderClassName
{
color: #5FB1E5;
}
.AnyTagClassName
{
color: #5FB1E5;
}
</style>
background-color css
<style>
a { background-color: #5FB1E5; }
a { background-color: rgb(95,177,229); }
div.DivClassName
{
background-color: #5FB1E5;
}
.BgClassName
{
background-color: #5FB1E5;
}
</style>
border-color css
<style>
span { border-color: #5FB1E5; }
span { border-color: rgb(95,177,229); }
td.TdClassName
{
border-color: #5FB1E5;
}
.TagClassName
{
border-color: #5FB1E5;
}
</style>