Shades of Danube #5394C4
Tints of Danube #5394C4
RGB
CMYK
RGB Variations
Color information
#5394C4 (or 0x5394C4) is known color: Danube. HEX triplet: 53, 94 and C4. RGB value is (83,148,196). Sum of RGB (Red+Green+Blue) = 83+148+196=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 196 - color contains mainly: blue. Hex color #5394C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5394C4 is #AC6B3B. Grayscale: #858585. Windows color (decimal): -11299644 or 12883027. OLE color: 12883027.
HSL color Cylindrical-coordinate representation of color #5394C4: hue angle of 205.49º 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 #5394C4 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 148 | 196 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.23 |
| HSL | 205.49º | 0.49% | 0.55% | - |
| HSV(B) | 205.49º | 0.58% | 0.77% | - |
| XYZ | 24.12 | 27 | 56.17 | - |
| YUV | 134.04 | 162.97 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 196 | 0.58 | 0.24 | 0 | 0.23 | 205.49 | 0.49 | 0.55 |
| Hex | 53 | 94 | C4 | 3A | 18 | 0 | 17 | CD | 31 | 37 |
| Octal | 123 | 224 | 304 | 72 | 30 | 0 | 27 | 315 | 61 | 67 |
| Binary | 1010011 | 10010100 | 11000100 | 111010 | 11000 | 0 | 10111 | 11001101 | 110001 | 110111 |
Color Harmonies of #5394C4
Complementary color
Monochromatic Colors of #5394C4
Black with #5394C4
Text Example
Text Example
White with #5394C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5394C4; }
p { color: rgb(83,148,196); }
H1.HeaderClassName
{
color: #5394C4;
}
.AnyTagClassName
{
color: #5394C4;
}
</style>
background-color css
<style>
a { background-color: #5394C4; }
a { background-color: rgb(83,148,196); }
div.DivClassName
{
background-color: #5394C4;
}
.BgClassName
{
background-color: #5394C4;
}
</style>
border-color css
<style>
span { border-color: #5394C4; }
span { border-color: rgb(83,148,196); }
td.TdClassName
{
border-color: #5394C4;
}
.TagClassName
{
border-color: #5394C4;
}
</style>