Shades of Danube #538AB6
Tints of Danube #538AB6
RGB
CMYK
RGB Variations
Color information
#538AB6 (or 0x538AB6) is known color: Danube. HEX triplet: 53, 8A and B6. RGB value is (83,138,182). Sum of RGB (Red+Green+Blue) = 83+138+182=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #538AB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538AB6 is #AC7549. Grayscale: #7E7E7E. Windows color (decimal): -11302218 or 11962963. OLE color: 11962963.
HSL color Cylindrical-coordinate representation of color #538AB6: hue angle of 206.67º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #538AB6 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 138 | 182 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.29 |
| HSL | 206.67º | 0.4% | 0.52% | - |
| HSV(B) | 206.67º | 0.54% | 0.71% | - |
| XYZ | 21.1 | 23.39 | 47.66 | - |
| YUV | 126.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 182 | 0.54 | 0.24 | 0 | 0.29 | 206.67 | 0.4 | 0.52 |
| Hex | 53 | 8A | B6 | 36 | 18 | 0 | 1D | CF | 28 | 34 |
| Octal | 123 | 212 | 266 | 66 | 30 | 0 | 35 | 317 | 50 | 64 |
| Binary | 1010011 | 10001010 | 10110110 | 110110 | 11000 | 0 | 11101 | 11001111 | 101000 | 110100 |
Color Harmonies of #538AB6
Complementary color
Monochromatic Colors of #538AB6
Black with #538AB6
Text Example
Text Example
White with #538AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538AB6; }
p { color: rgb(83,138,182); }
H1.HeaderClassName
{
color: #538AB6;
}
.AnyTagClassName
{
color: #538AB6;
}
</style>
background-color css
<style>
a { background-color: #538AB6; }
a { background-color: rgb(83,138,182); }
div.DivClassName
{
background-color: #538AB6;
}
.BgClassName
{
background-color: #538AB6;
}
</style>
border-color css
<style>
span { border-color: #538AB6; }
span { border-color: rgb(83,138,182); }
td.TdClassName
{
border-color: #538AB6;
}
.TagClassName
{
border-color: #538AB6;
}
</style>