Shades of Danube #538FBA
Tints of Danube #538FBA
RGB
CMYK
RGB Variations
Color information
#538FBA (or 0x538FBA) is known color: Danube. HEX triplet: 53, 8F and BA. RGB value is (83,143,186). Sum of RGB (Red+Green+Blue) = 83+143+186=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #538FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FBA is #AC7045. Grayscale: #818181. Windows color (decimal): -11300934 or 12226387. OLE color: 12226387.
HSL color Cylindrical-coordinate representation of color #538FBA: hue angle of 205.05º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #538FBA is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 143 | 186 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.27 |
| HSL | 205.05º | 0.43% | 0.53% | - |
| HSV(B) | 205.05º | 0.55% | 0.73% | - |
| XYZ | 22.25 | 25.03 | 50.11 | - |
| YUV | 129.96 | 159.62 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 186 | 0.55 | 0.23 | 0 | 0.27 | 205.05 | 0.43 | 0.53 |
| Hex | 53 | 8F | BA | 37 | 17 | 0 | 1B | CD | 2B | 35 |
| Octal | 123 | 217 | 272 | 67 | 27 | 0 | 33 | 315 | 53 | 65 |
| Binary | 1010011 | 10001111 | 10111010 | 110111 | 10111 | 0 | 11011 | 11001101 | 101011 | 110101 |
Color Harmonies of #538FBA
Complementary color
Monochromatic Colors of #538FBA
Black with #538FBA
Text Example
Text Example
White with #538FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FBA; }
p { color: rgb(83,143,186); }
H1.HeaderClassName
{
color: #538FBA;
}
.AnyTagClassName
{
color: #538FBA;
}
</style>
background-color css
<style>
a { background-color: #538FBA; }
a { background-color: rgb(83,143,186); }
div.DivClassName
{
background-color: #538FBA;
}
.BgClassName
{
background-color: #538FBA;
}
</style>
border-color css
<style>
span { border-color: #538FBA; }
span { border-color: rgb(83,143,186); }
td.TdClassName
{
border-color: #538FBA;
}
.TagClassName
{
border-color: #538FBA;
}
</style>