Shades of Danube #5492C7
Tints of Danube #5492C7
RGB
CMYK
RGB Variations
Color information
#5492C7 (or 0x5492C7) is known color: Danube. HEX triplet: 54, 92 and C7. RGB value is (84,146,199). Sum of RGB (Red+Green+Blue) = 84+146+199=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 199 - color contains mainly: blue. Hex color #5492C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5492C7 is #AB6D38. Grayscale: #858585. Windows color (decimal): -11234617 or 13079124. OLE color: 13079124.
HSL color Cylindrical-coordinate representation of color #5492C7: hue angle of 207.65º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5492C7 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 146 | 199 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.22 |
| HSL | 207.65º | 0.51% | 0.55% | - |
| HSV(B) | 207.65º | 0.58% | 0.78% | - |
| XYZ | 24.24 | 26.57 | 57.88 | - |
| YUV | 133.5 | 164.96 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 199 | 0.58 | 0.27 | 0 | 0.22 | 207.65 | 0.51 | 0.55 |
| Hex | 54 | 92 | C7 | 3A | 1B | 0 | 16 | D0 | 33 | 37 |
| Octal | 124 | 222 | 307 | 72 | 33 | 0 | 26 | 320 | 63 | 67 |
| Binary | 1010100 | 10010010 | 11000111 | 111010 | 11011 | 0 | 10110 | 11010000 | 110011 | 110111 |
Color Harmonies of #5492C7
Complementary color
Monochromatic Colors of #5492C7
Black with #5492C7
Text Example
Text Example
White with #5492C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5492C7; }
p { color: rgb(84,146,199); }
H1.HeaderClassName
{
color: #5492C7;
}
.AnyTagClassName
{
color: #5492C7;
}
</style>
background-color css
<style>
a { background-color: #5492C7; }
a { background-color: rgb(84,146,199); }
div.DivClassName
{
background-color: #5492C7;
}
.BgClassName
{
background-color: #5492C7;
}
</style>
border-color css
<style>
span { border-color: #5492C7; }
span { border-color: rgb(84,146,199); }
td.TdClassName
{
border-color: #5492C7;
}
.TagClassName
{
border-color: #5492C7;
}
</style>