Shades of Danube #5D82B2
Tints of Danube #5D82B2
RGB
CMYK
RGB Variations
Color information
#5D82B2 (or 0x5D82B2) is known color: Danube. HEX triplet: 5D, 82 and B2. RGB value is (93,130,178). Sum of RGB (Red+Green+Blue) = 93+130+178=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: blue. Hex color #5D82B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D82B2 is #A27D4D. Grayscale: #7C7C7C. Windows color (decimal): -10648910 or 11698781. OLE color: 11698781.
HSL color Cylindrical-coordinate representation of color #5D82B2: hue angle of 213.88º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D82B2 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 130 | 178 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.30 |
| HSL | 213.88º | 0.36% | 0.53% | - |
| HSV(B) | 213.88º | 0.48% | 0.7% | - |
| XYZ | 20.53 | 21.51 | 45.19 | - |
| YUV | 124.41 | 158.24 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 130 | 178 | 0.48 | 0.27 | 0 | 0.30 | 213.88 | 0.36 | 0.53 |
| Hex | 5D | 82 | B2 | 30 | 1B | 0 | 1E | D6 | 24 | 35 |
| Octal | 135 | 202 | 262 | 60 | 33 | 0 | 36 | 326 | 44 | 65 |
| Binary | 1011101 | 10000010 | 10110010 | 110000 | 11011 | 0 | 11110 | 11010110 | 100100 | 110101 |
Color Harmonies of #5D82B2
Complementary color
Monochromatic Colors of #5D82B2
Black with #5D82B2
Text Example
Text Example
White with #5D82B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D82B2; }
p { color: rgb(93,130,178); }
H1.HeaderClassName
{
color: #5D82B2;
}
.AnyTagClassName
{
color: #5D82B2;
}
</style>
background-color css
<style>
a { background-color: #5D82B2; }
a { background-color: rgb(93,130,178); }
div.DivClassName
{
background-color: #5D82B2;
}
.BgClassName
{
background-color: #5D82B2;
}
</style>
border-color css
<style>
span { border-color: #5D82B2; }
span { border-color: rgb(93,130,178); }
td.TdClassName
{
border-color: #5D82B2;
}
.TagClassName
{
border-color: #5D82B2;
}
</style>