Shades of Danube #5290C4
Tints of Danube #5290C4
RGB
CMYK
RGB Variations
Color information
#5290C4 (or 0x5290C4) is known color: Danube. HEX triplet: 52, 90 and C4. RGB value is (82,144,196). Sum of RGB (Red+Green+Blue) = 82+144+196=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #5290C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5290C4 is #AD6F3B. Grayscale: #838383. Windows color (decimal): -11366204 or 12882002. OLE color: 12882002.
HSL color Cylindrical-coordinate representation of color #5290C4: hue angle of 207.37º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5290C4 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 144 | 196 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.23 |
| HSL | 207.37º | 0.49% | 0.55% | - |
| HSV(B) | 207.37º | 0.58% | 0.77% | - |
| XYZ | 23.42 | 25.73 | 55.96 | - |
| YUV | 131.39 | 164.46 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 196 | 0.58 | 0.27 | 0 | 0.23 | 207.37 | 0.49 | 0.55 |
| Hex | 52 | 90 | C4 | 3A | 1B | 0 | 17 | CF | 31 | 37 |
| Octal | 122 | 220 | 304 | 72 | 33 | 0 | 27 | 317 | 61 | 67 |
| Binary | 1010010 | 10010000 | 11000100 | 111010 | 11011 | 0 | 10111 | 11001111 | 110001 | 110111 |
Color Harmonies of #5290C4
Complementary color
Monochromatic Colors of #5290C4
Black with #5290C4
Text Example
Text Example
White with #5290C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5290C4; }
p { color: rgb(82,144,196); }
H1.HeaderClassName
{
color: #5290C4;
}
.AnyTagClassName
{
color: #5290C4;
}
</style>
background-color css
<style>
a { background-color: #5290C4; }
a { background-color: rgb(82,144,196); }
div.DivClassName
{
background-color: #5290C4;
}
.BgClassName
{
background-color: #5290C4;
}
</style>
border-color css
<style>
span { border-color: #5290C4; }
span { border-color: rgb(82,144,196); }
td.TdClassName
{
border-color: #5290C4;
}
.TagClassName
{
border-color: #5290C4;
}
</style>