Shades of Danube #538FBB
Tints of Danube #538FBB
RGB
CMYK
RGB Variations
Color information
#538FBB (or 0x538FBB) is known color: Danube. HEX triplet: 53, 8F and BB. RGB value is (83,143,187). Sum of RGB (Red+Green+Blue) = 83+143+187=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #538FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FBB is #AC7044. Grayscale: #818181. Windows color (decimal): -11300933 or 12291923. OLE color: 12291923.
HSL color Cylindrical-coordinate representation of color #538FBB: hue angle of 205.38º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #538FBB is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 143 | 187 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.27 |
| HSL | 205.38º | 0.43% | 0.53% | - |
| HSV(B) | 205.38º | 0.56% | 0.73% | - |
| XYZ | 22.36 | 25.07 | 50.67 | - |
| YUV | 130.08 | 160.12 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 187 | 0.56 | 0.24 | 0 | 0.27 | 205.38 | 0.43 | 0.53 |
| Hex | 53 | 8F | BB | 38 | 18 | 0 | 1B | CD | 2B | 35 |
| Octal | 123 | 217 | 273 | 70 | 30 | 0 | 33 | 315 | 53 | 65 |
| Binary | 1010011 | 10001111 | 10111011 | 111000 | 11000 | 0 | 11011 | 11001101 | 101011 | 110101 |
Color Harmonies of #538FBB
Complementary color
Monochromatic Colors of #538FBB
Black with #538FBB
Text Example
Text Example
White with #538FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FBB; }
p { color: rgb(83,143,187); }
H1.HeaderClassName
{
color: #538FBB;
}
.AnyTagClassName
{
color: #538FBB;
}
</style>
background-color css
<style>
a { background-color: #538FBB; }
a { background-color: rgb(83,143,187); }
div.DivClassName
{
background-color: #538FBB;
}
.BgClassName
{
background-color: #538FBB;
}
</style>
border-color css
<style>
span { border-color: #538FBB; }
span { border-color: rgb(83,143,187); }
td.TdClassName
{
border-color: #538FBB;
}
.TagClassName
{
border-color: #538FBB;
}
</style>