Shades of Malibu #5FAFD7
Tints of Malibu #5FAFD7
RGB
CMYK
RGB Variations
Color information
#5FAFD7 (or 0x5FAFD7) is known color: Malibu. HEX triplet: 5F, AF and D7. RGB value is (95,175,215). Sum of RGB (Red+Green+Blue) = 95+175+215=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #5FAFD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAFD7 is #A05028. Grayscale: #9B9B9B. Windows color (decimal): -10506281 or 14135135. OLE color: 14135135.
HSL color Cylindrical-coordinate representation of color #5FAFD7: hue angle of 200º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FAFD7 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 175 | 215 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.16 |
| HSL | 200º | 0.6% | 0.61% | - |
| HSV(B) | 200º | 0.56% | 0.84% | - |
| XYZ | 32.32 | 38 | 69.92 | - |
| YUV | 155.64 | 161.5 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 215 | 0.56 | 0.19 | 0 | 0.16 | 200 | 0.6 | 0.61 |
| Hex | 5F | AF | D7 | 38 | 13 | 0 | 10 | C8 | 3C | 3D |
| Octal | 137 | 257 | 327 | 70 | 23 | 0 | 20 | 310 | 74 | 75 |
| Binary | 1011111 | 10101111 | 11010111 | 111000 | 10011 | 0 | 10000 | 11001000 | 111100 | 111101 |
Color Harmonies of #5FAFD7
Complementary color
Monochromatic Colors of #5FAFD7
Black with #5FAFD7
Text Example
Text Example
White with #5FAFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFD7; }
p { color: rgb(95,175,215); }
H1.HeaderClassName
{
color: #5FAFD7;
}
.AnyTagClassName
{
color: #5FAFD7;
}
</style>
background-color css
<style>
a { background-color: #5FAFD7; }
a { background-color: rgb(95,175,215); }
div.DivClassName
{
background-color: #5FAFD7;
}
.BgClassName
{
background-color: #5FAFD7;
}
</style>
border-color css
<style>
span { border-color: #5FAFD7; }
span { border-color: rgb(95,175,215); }
td.TdClassName
{
border-color: #5FAFD7;
}
.TagClassName
{
border-color: #5FAFD7;
}
</style>