Shades of Bismark #51727F
Tints of Bismark #51727F
RGB
CMYK
RGB Variations
Color information
#51727F (or 0x51727F) is known color: Bismark. HEX triplet: 51, 72 and 7F. RGB value is (81,114,127). Sum of RGB (Red+Green+Blue) = 81+114+127=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 127 - color contains mainly: blue. Hex color #51727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51727F is #AE8D80. Grayscale: #696969. Windows color (decimal): -11439489 or 8352337. OLE color: 8352337.
HSL color Cylindrical-coordinate representation of color #51727F: hue angle of 196.96º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51727F is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 114 | 127 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.50 |
| HSL | 196.96º | 0.22% | 0.41% | - |
| HSV(B) | 196.96º | 0.36% | 0.5% | - |
| XYZ | 13.24 | 15.32 | 22.34 | - |
| YUV | 105.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 127 | 0.36 | 0.10 | 0 | 0.50 | 196.96 | 0.22 | 0.41 |
| Hex | 51 | 72 | 7F | 24 | A | 0 | 32 | C5 | 16 | 29 |
| Octal | 121 | 162 | 177 | 44 | 12 | 0 | 62 | 305 | 26 | 51 |
| Binary | 1010001 | 1110010 | 1111111 | 100100 | 1010 | 0 | 110010 | 11000101 | 10110 | 101001 |
Color Harmonies of #51727F
Complementary color
Monochromatic Colors of #51727F
Black with #51727F
Text Example
Text Example
White with #51727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51727F; }
p { color: rgb(81,114,127); }
H1.HeaderClassName
{
color: #51727F;
}
.AnyTagClassName
{
color: #51727F;
}
</style>
background-color css
<style>
a { background-color: #51727F; }
a { background-color: rgb(81,114,127); }
div.DivClassName
{
background-color: #51727F;
}
.BgClassName
{
background-color: #51727F;
}
</style>
border-color css
<style>
span { border-color: #51727F; }
span { border-color: rgb(81,114,127); }
td.TdClassName
{
border-color: #51727F;
}
.TagClassName
{
border-color: #51727F;
}
</style>