Shades of Danube #5F87BD
Tints of Danube #5F87BD
RGB
CMYK
RGB Variations
Color information
#5F87BD (or 0x5F87BD) is known color: Danube. HEX triplet: 5F, 87 and BD. RGB value is (95,135,189). Sum of RGB (Red+Green+Blue) = 95+135+189=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F87BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F87BD is #A07842. Grayscale: #808080. Windows color (decimal): -10516547 or 12420959. OLE color: 12420959.
HSL color Cylindrical-coordinate representation of color #5F87BD: hue angle of 214.47º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F87BD is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 135 | 189 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.26 |
| HSL | 214.47º | 0.42% | 0.56% | - |
| HSV(B) | 214.47º | 0.5% | 0.74% | - |
| XYZ | 22.57 | 23.43 | 51.48 | - |
| YUV | 129.2 | 161.75 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 189 | 0.50 | 0.29 | 0 | 0.26 | 214.47 | 0.42 | 0.56 |
| Hex | 5F | 87 | BD | 32 | 1D | 0 | 1A | D6 | 2A | 38 |
| Octal | 137 | 207 | 275 | 62 | 35 | 0 | 32 | 326 | 52 | 70 |
| Binary | 1011111 | 10000111 | 10111101 | 110010 | 11101 | 0 | 11010 | 11010110 | 101010 | 111000 |
Color Harmonies of #5F87BD
Complementary color
Monochromatic Colors of #5F87BD
Black with #5F87BD
Text Example
Text Example
White with #5F87BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F87BD; }
p { color: rgb(95,135,189); }
H1.HeaderClassName
{
color: #5F87BD;
}
.AnyTagClassName
{
color: #5F87BD;
}
</style>
background-color css
<style>
a { background-color: #5F87BD; }
a { background-color: rgb(95,135,189); }
div.DivClassName
{
background-color: #5F87BD;
}
.BgClassName
{
background-color: #5F87BD;
}
</style>
border-color css
<style>
span { border-color: #5F87BD; }
span { border-color: rgb(95,135,189); }
td.TdClassName
{
border-color: #5F87BD;
}
.TagClassName
{
border-color: #5F87BD;
}
</style>