Shades of Danube #5F8CBF
Tints of Danube #5F8CBF
RGB
CMYK
RGB Variations
Color information
#5F8CBF (or 0x5F8CBF) is known color: Danube. HEX triplet: 5F, 8C and BF. RGB value is (95,140,191). Sum of RGB (Red+Green+Blue) = 95+140+191=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F8CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8CBF is #A07340. Grayscale: #848484. Windows color (decimal): -10515265 or 12553311. OLE color: 12553311.
HSL color Cylindrical-coordinate representation of color #5F8CBF: hue angle of 211.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F8CBF is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 140 | 191 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.25 |
| HSL | 211.88º | 0.43% | 0.56% | - |
| HSV(B) | 211.88º | 0.5% | 0.75% | - |
| XYZ | 23.5 | 24.95 | 52.87 | - |
| YUV | 132.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 140 | 191 | 0.50 | 0.27 | 0 | 0.25 | 211.88 | 0.43 | 0.56 |
| Hex | 5F | 8C | BF | 32 | 1B | 0 | 19 | D4 | 2B | 38 |
| Octal | 137 | 214 | 277 | 62 | 33 | 0 | 31 | 324 | 53 | 70 |
| Binary | 1011111 | 10001100 | 10111111 | 110010 | 11011 | 0 | 11001 | 11010100 | 101011 | 111000 |
Color Harmonies of #5F8CBF
Complementary color
Monochromatic Colors of #5F8CBF
Black with #5F8CBF
Text Example
Text Example
White with #5F8CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8CBF; }
p { color: rgb(95,140,191); }
H1.HeaderClassName
{
color: #5F8CBF;
}
.AnyTagClassName
{
color: #5F8CBF;
}
</style>
background-color css
<style>
a { background-color: #5F8CBF; }
a { background-color: rgb(95,140,191); }
div.DivClassName
{
background-color: #5F8CBF;
}
.BgClassName
{
background-color: #5F8CBF;
}
</style>
border-color css
<style>
span { border-color: #5F8CBF; }
span { border-color: rgb(95,140,191); }
td.TdClassName
{
border-color: #5F8CBF;
}
.TagClassName
{
border-color: #5F8CBF;
}
</style>