Shades of Danube #538CBB
Tints of Danube #538CBB
RGB
CMYK
RGB Variations
Color information
#538CBB (or 0x538CBB) is known color: Danube. HEX triplet: 53, 8C and BB. RGB value is (83,140,187). Sum of RGB (Red+Green+Blue) = 83+140+187=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #538CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CBB is #AC7344. Grayscale: #808080. Windows color (decimal): -11301701 or 12291155. OLE color: 12291155.
HSL color Cylindrical-coordinate representation of color #538CBB: hue angle of 207.12º 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 #538CBB is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 140 | 187 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.27 |
| HSL | 207.12º | 0.43% | 0.53% | - |
| HSV(B) | 207.12º | 0.56% | 0.73% | - |
| XYZ | 21.92 | 24.18 | 50.53 | - |
| YUV | 128.32 | 161.12 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 187 | 0.56 | 0.25 | 0 | 0.27 | 207.12 | 0.43 | 0.53 |
| Hex | 53 | 8C | BB | 38 | 19 | 0 | 1B | CF | 2B | 35 |
| Octal | 123 | 214 | 273 | 70 | 31 | 0 | 33 | 317 | 53 | 65 |
| Binary | 1010011 | 10001100 | 10111011 | 111000 | 11001 | 0 | 11011 | 11001111 | 101011 | 110101 |
Color Harmonies of #538CBB
Complementary color
Monochromatic Colors of #538CBB
Black with #538CBB
Text Example
Text Example
White with #538CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538CBB; }
p { color: rgb(83,140,187); }
H1.HeaderClassName
{
color: #538CBB;
}
.AnyTagClassName
{
color: #538CBB;
}
</style>
background-color css
<style>
a { background-color: #538CBB; }
a { background-color: rgb(83,140,187); }
div.DivClassName
{
background-color: #538CBB;
}
.BgClassName
{
background-color: #538CBB;
}
</style>
border-color css
<style>
span { border-color: #538CBB; }
span { border-color: rgb(83,140,187); }
td.TdClassName
{
border-color: #538CBB;
}
.TagClassName
{
border-color: #538CBB;
}
</style>