Shades of Malibu #5FB5DC
Tints of Malibu #5FB5DC
RGB
CMYK
RGB Variations
Color information
#5FB5DC (or 0x5FB5DC) is known color: Malibu. HEX triplet: 5F, B5 and DC. RGB value is (95,181,220). Sum of RGB (Red+Green+Blue) = 95+181+220=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FB5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB5DC is #A04A23. Grayscale: #9F9F9F. Windows color (decimal): -10504740 or 14464351. OLE color: 14464351.
HSL color Cylindrical-coordinate representation of color #5FB5DC: hue angle of 198.72º 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 #5FB5DC is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 181 | 220 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.14 |
| HSL | 198.72º | 0.64% | 0.62% | - |
| HSV(B) | 198.72º | 0.57% | 0.86% | - |
| XYZ | 34.16 | 40.65 | 73.76 | - |
| YUV | 159.73 | 162.01 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 181 | 220 | 0.57 | 0.18 | 0 | 0.14 | 198.72 | 0.64 | 0.62 |
| Hex | 5F | B5 | DC | 39 | 12 | 0 | E | C7 | 40 | 3E |
| Octal | 137 | 265 | 334 | 71 | 22 | 0 | 16 | 307 | 100 | 76 |
| Binary | 1011111 | 10110101 | 11011100 | 111001 | 10010 | 0 | 1110 | 11000111 | 1000000 | 111110 |
Color Harmonies of #5FB5DC
Complementary color
Monochromatic Colors of #5FB5DC
Black with #5FB5DC
Text Example
Text Example
White with #5FB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB5DC; }
p { color: rgb(95,181,220); }
H1.HeaderClassName
{
color: #5FB5DC;
}
.AnyTagClassName
{
color: #5FB5DC;
}
</style>
background-color css
<style>
a { background-color: #5FB5DC; }
a { background-color: rgb(95,181,220); }
div.DivClassName
{
background-color: #5FB5DC;
}
.BgClassName
{
background-color: #5FB5DC;
}
</style>
border-color css
<style>
span { border-color: #5FB5DC; }
span { border-color: rgb(95,181,220); }
td.TdClassName
{
border-color: #5FB5DC;
}
.TagClassName
{
border-color: #5FB5DC;
}
</style>