Shades of Malibu #5FB4E5
Tints of Malibu #5FB4E5
RGB
CMYK
RGB Variations
Color information
#5FB4E5 (or 0x5FB4E5) is known color: Malibu. HEX triplet: 5F, B4 and E5. RGB value is (95,180,229). Sum of RGB (Red+Green+Blue) = 95+180+229=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #5FB4E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB4E5 is #A04B1A. Grayscale: #9F9F9F. Windows color (decimal): -10504987 or 15053919. OLE color: 15053919.
HSL color Cylindrical-coordinate representation of color #5FB4E5: hue angle of 201.94º 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 #5FB4E5 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 180 | 229 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.10 |
| HSL | 201.94º | 0.72% | 0.64% | - |
| HSV(B) | 201.94º | 0.59% | 0.9% | - |
| XYZ | 35.18 | 40.73 | 80.14 | - |
| YUV | 160.17 | 166.84 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 180 | 229 | 0.59 | 0.21 | 0 | 0.10 | 201.94 | 0.72 | 0.64 |
| Hex | 5F | B4 | E5 | 3B | 15 | 0 | A | CA | 48 | 40 |
| Octal | 137 | 264 | 345 | 73 | 25 | 0 | 12 | 312 | 110 | 100 |
| Binary | 1011111 | 10110100 | 11100101 | 111011 | 10101 | 0 | 1010 | 11001010 | 1001000 | 1000000 |
Color Harmonies of #5FB4E5
Complementary color
Monochromatic Colors of #5FB4E5
Black with #5FB4E5
Text Example
Text Example
White with #5FB4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB4E5; }
p { color: rgb(95,180,229); }
H1.HeaderClassName
{
color: #5FB4E5;
}
.AnyTagClassName
{
color: #5FB4E5;
}
</style>
background-color css
<style>
a { background-color: #5FB4E5; }
a { background-color: rgb(95,180,229); }
div.DivClassName
{
background-color: #5FB4E5;
}
.BgClassName
{
background-color: #5FB4E5;
}
</style>
border-color css
<style>
span { border-color: #5FB4E5; }
span { border-color: rgb(95,180,229); }
td.TdClassName
{
border-color: #5FB4E5;
}
.TagClassName
{
border-color: #5FB4E5;
}
</style>