Shades of Danube #5F87C7
Tints of Danube #5F87C7
RGB
CMYK
RGB Variations
Color information
#5F87C7 (or 0x5F87C7) is known color: Danube. HEX triplet: 5F, 87 and C7. RGB value is (95,135,199). Sum of RGB (Red+Green+Blue) = 95+135+199=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 199 - color contains mainly: blue. Hex color #5F87C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F87C7 is #A07838. Grayscale: #828282. Windows color (decimal): -10516537 or 13076319. OLE color: 13076319.
HSL color Cylindrical-coordinate representation of color #5F87C7: hue angle of 216.92º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F87C7 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 135 | 199 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.22 |
| HSL | 216.92º | 0.48% | 0.58% | - |
| HSV(B) | 216.92º | 0.52% | 0.78% | - |
| XYZ | 23.69 | 23.88 | 57.39 | - |
| YUV | 130.34 | 166.75 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 199 | 0.52 | 0.32 | 0 | 0.22 | 216.92 | 0.48 | 0.58 |
| Hex | 5F | 87 | C7 | 34 | 20 | 0 | 16 | D9 | 30 | 3A |
| Octal | 137 | 207 | 307 | 64 | 40 | 0 | 26 | 331 | 60 | 72 |
| Binary | 1011111 | 10000111 | 11000111 | 110100 | 100000 | 0 | 10110 | 11011001 | 110000 | 111010 |
Color Harmonies of #5F87C7
Complementary color
Monochromatic Colors of #5F87C7
Black with #5F87C7
Text Example
Text Example
White with #5F87C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F87C7; }
p { color: rgb(95,135,199); }
H1.HeaderClassName
{
color: #5F87C7;
}
.AnyTagClassName
{
color: #5F87C7;
}
</style>
background-color css
<style>
a { background-color: #5F87C7; }
a { background-color: rgb(95,135,199); }
div.DivClassName
{
background-color: #5F87C7;
}
.BgClassName
{
background-color: #5F87C7;
}
</style>
border-color css
<style>
span { border-color: #5F87C7; }
span { border-color: rgb(95,135,199); }
td.TdClassName
{
border-color: #5F87C7;
}
.TagClassName
{
border-color: #5F87C7;
}
</style>