Shades of Danube #5F87C8
Tints of Danube #5F87C8
RGB
CMYK
RGB Variations
Color information
#5F87C8 (or 0x5F87C8) is known color: Danube. HEX triplet: 5F, 87 and C8. RGB value is (95,135,200). Sum of RGB (Red+Green+Blue) = 95+135+200=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #5F87C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F87C8 is #A07837. Grayscale: #828282. Windows color (decimal): -10516536 or 13141855. OLE color: 13141855.
HSL color Cylindrical-coordinate representation of color #5F87C8: hue angle of 217.14º degrees, saturation: 0.49, 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 #5F87C8 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 135 | 200 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.22 |
| HSL | 217.14º | 0.49% | 0.58% | - |
| HSV(B) | 217.14º | 0.53% | 0.78% | - |
| XYZ | 23.81 | 23.93 | 58.01 | - |
| YUV | 130.45 | 167.25 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 200 | 0.52 | 0.32 | 0 | 0.22 | 217.14 | 0.49 | 0.58 |
| Hex | 5F | 87 | C8 | 34 | 20 | 0 | 16 | D9 | 31 | 3A |
| Octal | 137 | 207 | 310 | 64 | 40 | 0 | 26 | 331 | 61 | 72 |
| Binary | 1011111 | 10000111 | 11001000 | 110100 | 100000 | 0 | 10110 | 11011001 | 110001 | 111010 |
Color Harmonies of #5F87C8
Complementary color
Monochromatic Colors of #5F87C8
Black with #5F87C8
Text Example
Text Example
White with #5F87C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F87C8; }
p { color: rgb(95,135,200); }
H1.HeaderClassName
{
color: #5F87C8;
}
.AnyTagClassName
{
color: #5F87C8;
}
</style>
background-color css
<style>
a { background-color: #5F87C8; }
a { background-color: rgb(95,135,200); }
div.DivClassName
{
background-color: #5F87C8;
}
.BgClassName
{
background-color: #5F87C8;
}
</style>
border-color css
<style>
span { border-color: #5F87C8; }
span { border-color: rgb(95,135,200); }
td.TdClassName
{
border-color: #5F87C8;
}
.TagClassName
{
border-color: #5F87C8;
}
</style>