Shades of Danube #538CC1
Tints of Danube #538CC1
RGB
CMYK
RGB Variations
Color information
#538CC1 (or 0x538CC1) is known color: Danube. HEX triplet: 53, 8C and C1. RGB value is (83,140,193). Sum of RGB (Red+Green+Blue) = 83+140+193=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #538CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CC1 is #AC733E. Grayscale: #808080. Windows color (decimal): -11301695 or 12684371. OLE color: 12684371.
HSL color Cylindrical-coordinate representation of color #538CC1: hue angle of 208.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #538CC1 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 140 | 193 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.24 |
| HSL | 208.91º | 0.47% | 0.54% | - |
| HSV(B) | 208.91º | 0.57% | 0.76% | - |
| XYZ | 22.57 | 24.45 | 53.98 | - |
| YUV | 129 | 164.12 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 193 | 0.57 | 0.27 | 0 | 0.24 | 208.91 | 0.47 | 0.54 |
| Hex | 53 | 8C | C1 | 39 | 1B | 0 | 18 | D1 | 2F | 36 |
| Octal | 123 | 214 | 301 | 71 | 33 | 0 | 30 | 321 | 57 | 66 |
| Binary | 1010011 | 10001100 | 11000001 | 111001 | 11011 | 0 | 11000 | 11010001 | 101111 | 110110 |
Color Harmonies of #538CC1
Complementary color
Monochromatic Colors of #538CC1
Black with #538CC1
Text Example
Text Example
White with #538CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538CC1; }
p { color: rgb(83,140,193); }
H1.HeaderClassName
{
color: #538CC1;
}
.AnyTagClassName
{
color: #538CC1;
}
</style>
background-color css
<style>
a { background-color: #538CC1; }
a { background-color: rgb(83,140,193); }
div.DivClassName
{
background-color: #538CC1;
}
.BgClassName
{
background-color: #538CC1;
}
</style>
border-color css
<style>
span { border-color: #538CC1; }
span { border-color: rgb(83,140,193); }
td.TdClassName
{
border-color: #538CC1;
}
.TagClassName
{
border-color: #538CC1;
}
</style>