Shades of Malibu #5FB4DC
Tints of Malibu #5FB4DC
RGB
CMYK
RGB Variations
Color information
#5FB4DC (or 0x5FB4DC) is known color: Malibu. HEX triplet: 5F, B4 and DC. RGB value is (95,180,220). Sum of RGB (Red+Green+Blue) = 95+180+220=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FB4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB4DC is #A04B23. Grayscale: #9E9E9E. Windows color (decimal): -10504996 or 14464095. OLE color: 14464095.
HSL color Cylindrical-coordinate representation of color #5FB4DC: hue angle of 199.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FB4DC is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 180 | 220 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.14 |
| HSL | 199.2º | 0.64% | 0.62% | - |
| HSV(B) | 199.2º | 0.57% | 0.86% | - |
| XYZ | 33.96 | 40.24 | 73.69 | - |
| YUV | 159.15 | 162.34 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 180 | 220 | 0.57 | 0.18 | 0 | 0.14 | 199.2 | 0.64 | 0.62 |
| Hex | 5F | B4 | DC | 39 | 12 | 0 | E | C7 | 40 | 3E |
| Octal | 137 | 264 | 334 | 71 | 22 | 0 | 16 | 307 | 100 | 76 |
| Binary | 1011111 | 10110100 | 11011100 | 111001 | 10010 | 0 | 1110 | 11000111 | 1000000 | 111110 |
Color Harmonies of #5FB4DC
Complementary color
Monochromatic Colors of #5FB4DC
Black with #5FB4DC
Text Example
Text Example
White with #5FB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB4DC; }
p { color: rgb(95,180,220); }
H1.HeaderClassName
{
color: #5FB4DC;
}
.AnyTagClassName
{
color: #5FB4DC;
}
</style>
background-color css
<style>
a { background-color: #5FB4DC; }
a { background-color: rgb(95,180,220); }
div.DivClassName
{
background-color: #5FB4DC;
}
.BgClassName
{
background-color: #5FB4DC;
}
</style>
border-color css
<style>
span { border-color: #5FB4DC; }
span { border-color: rgb(95,180,220); }
td.TdClassName
{
border-color: #5FB4DC;
}
.TagClassName
{
border-color: #5FB4DC;
}
</style>