Shades of Malibu #5FBED4
Tints of Malibu #5FBED4
RGB
CMYK
RGB Variations
Color information
#5FBED4 (or 0x5FBED4) is known color: Malibu. HEX triplet: 5F, BE and D4. RGB value is (95,190,212). Sum of RGB (Red+Green+Blue) = 95+190+212=497 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.11% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #5FBED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBED4 is #A0412B. Grayscale: #A3A3A3. Windows color (decimal): -10502444 or 13942367. OLE color: 13942367.
HSL color Cylindrical-coordinate representation of color #5FBED4: hue angle of 191.28º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FBED4 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 190 | 212 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.17 |
| HSL | 191.28º | 0.58% | 0.6% | - |
| HSV(B) | 191.28º | 0.55% | 0.83% | - |
| XYZ | 35.02 | 44.01 | 68.94 | - |
| YUV | 164.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 212 | 0.55 | 0.10 | 0 | 0.17 | 191.28 | 0.58 | 0.6 |
| Hex | 5F | BE | D4 | 37 | A | 0 | 11 | BF | 3A | 3C |
| Octal | 137 | 276 | 324 | 67 | 12 | 0 | 21 | 277 | 72 | 74 |
| Binary | 1011111 | 10111110 | 11010100 | 110111 | 1010 | 0 | 10001 | 10111111 | 111010 | 111100 |
Color Harmonies of #5FBED4
Complementary color
Monochromatic Colors of #5FBED4
Black with #5FBED4
Text Example
Text Example
White with #5FBED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBED4; }
p { color: rgb(95,190,212); }
H1.HeaderClassName
{
color: #5FBED4;
}
.AnyTagClassName
{
color: #5FBED4;
}
</style>
background-color css
<style>
a { background-color: #5FBED4; }
a { background-color: rgb(95,190,212); }
div.DivClassName
{
background-color: #5FBED4;
}
.BgClassName
{
background-color: #5FBED4;
}
</style>
border-color css
<style>
span { border-color: #5FBED4; }
span { border-color: rgb(95,190,212); }
td.TdClassName
{
border-color: #5FBED4;
}
.TagClassName
{
border-color: #5FBED4;
}
</style>