Shades of Danube #538BBE
Tints of Danube #538BBE
RGB
CMYK
RGB Variations
Color information
#538BBE (or 0x538BBE) is known color: Danube. HEX triplet: 53, 8B and BE. RGB value is (83,139,190). Sum of RGB (Red+Green+Blue) = 83+139+190=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #538BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BBE is #AC7441. Grayscale: #7F7F7F. Windows color (decimal): -11301954 or 12487507. OLE color: 12487507.
HSL color Cylindrical-coordinate representation of color #538BBE: hue angle of 208.6º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #538BBE is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 139 | 190 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.25 |
| HSL | 208.6º | 0.45% | 0.54% | - |
| HSV(B) | 208.6º | 0.56% | 0.75% | - |
| XYZ | 22.09 | 24.02 | 52.19 | - |
| YUV | 128.07 | 162.95 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 190 | 0.56 | 0.27 | 0 | 0.25 | 208.6 | 0.45 | 0.54 |
| Hex | 53 | 8B | BE | 38 | 1B | 0 | 19 | D1 | 2D | 36 |
| Octal | 123 | 213 | 276 | 70 | 33 | 0 | 31 | 321 | 55 | 66 |
| Binary | 1010011 | 10001011 | 10111110 | 111000 | 11011 | 0 | 11001 | 11010001 | 101101 | 110110 |
Color Harmonies of #538BBE
Complementary color
Monochromatic Colors of #538BBE
Black with #538BBE
Text Example
Text Example
White with #538BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BBE; }
p { color: rgb(83,139,190); }
H1.HeaderClassName
{
color: #538BBE;
}
.AnyTagClassName
{
color: #538BBE;
}
</style>
background-color css
<style>
a { background-color: #538BBE; }
a { background-color: rgb(83,139,190); }
div.DivClassName
{
background-color: #538BBE;
}
.BgClassName
{
background-color: #538BBE;
}
</style>
border-color css
<style>
span { border-color: #538BBE; }
span { border-color: rgb(83,139,190); }
td.TdClassName
{
border-color: #538BBE;
}
.TagClassName
{
border-color: #538BBE;
}
</style>