Shades of Danube #538DC4
Tints of Danube #538DC4
RGB
CMYK
RGB Variations
Color information
#538DC4 (or 0x538DC4) is known color: Danube. HEX triplet: 53, 8D and C4. RGB value is (83,141,196). Sum of RGB (Red+Green+Blue) = 83+141+196=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 196 - color contains mainly: blue. Hex color #538DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DC4 is #AC723B. Grayscale: #818181. Windows color (decimal): -11301436 or 12881235. OLE color: 12881235.
HSL color Cylindrical-coordinate representation of color #538DC4: hue angle of 209.2º 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 #538DC4 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 141 | 196 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.23 |
| HSL | 209.2º | 0.49% | 0.55% | - |
| HSV(B) | 209.2º | 0.58% | 0.77% | - |
| XYZ | 23.06 | 24.87 | 55.81 | - |
| YUV | 129.93 | 165.28 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 196 | 0.58 | 0.28 | 0 | 0.23 | 209.2 | 0.49 | 0.55 |
| Hex | 53 | 8D | C4 | 3A | 1C | 0 | 17 | D1 | 31 | 37 |
| Octal | 123 | 215 | 304 | 72 | 34 | 0 | 27 | 321 | 61 | 67 |
| Binary | 1010011 | 10001101 | 11000100 | 111010 | 11100 | 0 | 10111 | 11010001 | 110001 | 110111 |
Color Harmonies of #538DC4
Complementary color
Monochromatic Colors of #538DC4
Black with #538DC4
Text Example
Text Example
White with #538DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538DC4; }
p { color: rgb(83,141,196); }
H1.HeaderClassName
{
color: #538DC4;
}
.AnyTagClassName
{
color: #538DC4;
}
</style>
background-color css
<style>
a { background-color: #538DC4; }
a { background-color: rgb(83,141,196); }
div.DivClassName
{
background-color: #538DC4;
}
.BgClassName
{
background-color: #538DC4;
}
</style>
border-color css
<style>
span { border-color: #538DC4; }
span { border-color: rgb(83,141,196); }
td.TdClassName
{
border-color: #538DC4;
}
.TagClassName
{
border-color: #538DC4;
}
</style>