Shades of Bismark #526A74
Tints of Bismark #526A74
RGB
CMYK
RGB Variations
Color information
#526A74 (or 0x526A74) is known color: Bismark. HEX triplet: 52, 6A and 74. RGB value is (82,106,116). Sum of RGB (Red+Green+Blue) = 82+106+116=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 116 - color contains mainly: blue. Hex color #526A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A74 is #AD958B. Grayscale: #636363. Windows color (decimal): -11376012 or 7629394. OLE color: 7629394.
HSL color Cylindrical-coordinate representation of color #526A74: hue angle of 197.65º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #526A74 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 106 | 116 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.55 |
| HSL | 197.65º | 0.17% | 0.39% | - |
| HSV(B) | 197.65º | 0.29% | 0.45% | - |
| XYZ | 11.79 | 13.36 | 18.48 | - |
| YUV | 99.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 116 | 0.29 | 0.09 | 0 | 0.55 | 197.65 | 0.17 | 0.39 |
| Hex | 52 | 6A | 74 | 1D | 9 | 0 | 37 | C6 | 11 | 27 |
| Octal | 122 | 152 | 164 | 35 | 11 | 0 | 67 | 306 | 21 | 47 |
| Binary | 1010010 | 1101010 | 1110100 | 11101 | 1001 | 0 | 110111 | 11000110 | 10001 | 100111 |
Color Harmonies of #526A74
Complementary color
Monochromatic Colors of #526A74
Black with #526A74
Text Example
Text Example
White with #526A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A74; }
p { color: rgb(82,106,116); }
H1.HeaderClassName
{
color: #526A74;
}
.AnyTagClassName
{
color: #526A74;
}
</style>
background-color css
<style>
a { background-color: #526A74; }
a { background-color: rgb(82,106,116); }
div.DivClassName
{
background-color: #526A74;
}
.BgClassName
{
background-color: #526A74;
}
</style>
border-color css
<style>
span { border-color: #526A74; }
span { border-color: rgb(82,106,116); }
td.TdClassName
{
border-color: #526A74;
}
.TagClassName
{
border-color: #526A74;
}
</style>