Shades of Bismark #526E7F
Tints of Bismark #526E7F
RGB
CMYK
RGB Variations
Color information
#526E7F (or 0x526E7F) is known color: Bismark. HEX triplet: 52, 6E and 7F. RGB value is (82,110,127). Sum of RGB (Red+Green+Blue) = 82+110+127=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #526E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E7F is #AD9180. Grayscale: #676767. Windows color (decimal): -11374977 or 8351314. OLE color: 8351314.
HSL color Cylindrical-coordinate representation of color #526E7F: hue angle of 202.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #526E7F is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 110 | 127 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.50 |
| HSL | 202.67º | 0.22% | 0.41% | - |
| HSV(B) | 202.67º | 0.35% | 0.5% | - |
| XYZ | 12.89 | 14.48 | 22.19 | - |
| YUV | 103.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 127 | 0.35 | 0.13 | 0 | 0.50 | 202.67 | 0.22 | 0.41 |
| Hex | 52 | 6E | 7F | 23 | D | 0 | 32 | CB | 16 | 29 |
| Octal | 122 | 156 | 177 | 43 | 15 | 0 | 62 | 313 | 26 | 51 |
| Binary | 1010010 | 1101110 | 1111111 | 100011 | 1101 | 0 | 110010 | 11001011 | 10110 | 101001 |
Color Harmonies of #526E7F
Complementary color
Monochromatic Colors of #526E7F
Black with #526E7F
Text Example
Text Example
White with #526E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E7F; }
p { color: rgb(82,110,127); }
H1.HeaderClassName
{
color: #526E7F;
}
.AnyTagClassName
{
color: #526E7F;
}
</style>
background-color css
<style>
a { background-color: #526E7F; }
a { background-color: rgb(82,110,127); }
div.DivClassName
{
background-color: #526E7F;
}
.BgClassName
{
background-color: #526E7F;
}
</style>
border-color css
<style>
span { border-color: #526E7F; }
span { border-color: rgb(82,110,127); }
td.TdClassName
{
border-color: #526E7F;
}
.TagClassName
{
border-color: #526E7F;
}
</style>