Shades of Danube #538BC7
Tints of Danube #538BC7
RGB
CMYK
RGB Variations
Color information
#538BC7 (or 0x538BC7) is known color: Danube. HEX triplet: 53, 8B and C7. RGB value is (83,139,199). Sum of RGB (Red+Green+Blue) = 83+139+199=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 199 - color contains mainly: blue. Hex color #538BC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BC7 is #AC7438. Grayscale: #808080. Windows color (decimal): -11301945 or 13077331. OLE color: 13077331.
HSL color Cylindrical-coordinate representation of color #538BC7: hue angle of 211.03º 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 #538BC7 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 139 | 199 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.22 |
| HSL | 211.03º | 0.51% | 0.55% | - |
| HSV(B) | 211.03º | 0.58% | 0.78% | - |
| XYZ | 23.11 | 24.43 | 57.53 | - |
| YUV | 129.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 199 | 0.58 | 0.30 | 0 | 0.22 | 211.03 | 0.51 | 0.55 |
| Hex | 53 | 8B | C7 | 3A | 1E | 0 | 16 | D3 | 33 | 37 |
| Octal | 123 | 213 | 307 | 72 | 36 | 0 | 26 | 323 | 63 | 67 |
| Binary | 1010011 | 10001011 | 11000111 | 111010 | 11110 | 0 | 10110 | 11010011 | 110011 | 110111 |
Color Harmonies of #538BC7
Complementary color
Monochromatic Colors of #538BC7
Black with #538BC7
Text Example
Text Example
White with #538BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BC7; }
p { color: rgb(83,139,199); }
H1.HeaderClassName
{
color: #538BC7;
}
.AnyTagClassName
{
color: #538BC7;
}
</style>
background-color css
<style>
a { background-color: #538BC7; }
a { background-color: rgb(83,139,199); }
div.DivClassName
{
background-color: #538BC7;
}
.BgClassName
{
background-color: #538BC7;
}
</style>
border-color css
<style>
span { border-color: #538BC7; }
span { border-color: rgb(83,139,199); }
td.TdClassName
{
border-color: #538BC7;
}
.TagClassName
{
border-color: #538BC7;
}
</style>