Shades of Danube #5F8AB7
Tints of Danube #5F8AB7
RGB
CMYK
RGB Variations
Color information
#5F8AB7 (or 0x5F8AB7) is known color: Danube. HEX triplet: 5F, 8A and B7. RGB value is (95,138,183). Sum of RGB (Red+Green+Blue) = 95+138+183=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 183 - color contains mainly: blue. Hex color #5F8AB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8AB7 is #A07548. Grayscale: #828282. Windows color (decimal): -10515785 or 12028511. OLE color: 12028511.
HSL color Cylindrical-coordinate representation of color #5F8AB7: hue angle of 210.68º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F8AB7 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 138 | 183 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.28 |
| HSL | 210.68º | 0.38% | 0.55% | - |
| HSV(B) | 210.68º | 0.48% | 0.72% | - |
| XYZ | 22.36 | 24.03 | 48.26 | - |
| YUV | 130.27 | 157.75 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 138 | 183 | 0.48 | 0.25 | 0 | 0.28 | 210.68 | 0.38 | 0.55 |
| Hex | 5F | 8A | B7 | 30 | 19 | 0 | 1C | D3 | 26 | 37 |
| Octal | 137 | 212 | 267 | 60 | 31 | 0 | 34 | 323 | 46 | 67 |
| Binary | 1011111 | 10001010 | 10110111 | 110000 | 11001 | 0 | 11100 | 11010011 | 100110 | 110111 |
Color Harmonies of #5F8AB7
Complementary color
Monochromatic Colors of #5F8AB7
Black with #5F8AB7
Text Example
Text Example
White with #5F8AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8AB7; }
p { color: rgb(95,138,183); }
H1.HeaderClassName
{
color: #5F8AB7;
}
.AnyTagClassName
{
color: #5F8AB7;
}
</style>
background-color css
<style>
a { background-color: #5F8AB7; }
a { background-color: rgb(95,138,183); }
div.DivClassName
{
background-color: #5F8AB7;
}
.BgClassName
{
background-color: #5F8AB7;
}
</style>
border-color css
<style>
span { border-color: #5F8AB7; }
span { border-color: rgb(95,138,183); }
td.TdClassName
{
border-color: #5F8AB7;
}
.TagClassName
{
border-color: #5F8AB7;
}
</style>