Shades of Bismark #51727C
Tints of Bismark #51727C
RGB
CMYK
RGB Variations
Color information
#51727C (or 0x51727C) is known color: Bismark. HEX triplet: 51, 72 and 7C. RGB value is (81,114,124). Sum of RGB (Red+Green+Blue) = 81+114+124=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #51727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51727C is #AE8D83. Grayscale: #696969. Windows color (decimal): -11439492 or 8155729. OLE color: 8155729.
HSL color Cylindrical-coordinate representation of color #51727C: hue angle of 193.95º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51727C is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 114 | 124 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.51 |
| HSL | 193.95º | 0.21% | 0.4% | - |
| HSV(B) | 193.95º | 0.35% | 0.49% | - |
| XYZ | 13.05 | 15.24 | 21.32 | - |
| YUV | 105.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 124 | 0.35 | 0.08 | 0 | 0.51 | 193.95 | 0.21 | 0.4 |
| Hex | 51 | 72 | 7C | 23 | 8 | 0 | 33 | C2 | 15 | 28 |
| Octal | 121 | 162 | 174 | 43 | 10 | 0 | 63 | 302 | 25 | 50 |
| Binary | 1010001 | 1110010 | 1111100 | 100011 | 1000 | 0 | 110011 | 11000010 | 10101 | 101000 |
Color Harmonies of #51727C
Complementary color
Monochromatic Colors of #51727C
Black with #51727C
Text Example
Text Example
White with #51727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51727C; }
p { color: rgb(81,114,124); }
H1.HeaderClassName
{
color: #51727C;
}
.AnyTagClassName
{
color: #51727C;
}
</style>
background-color css
<style>
a { background-color: #51727C; }
a { background-color: rgb(81,114,124); }
div.DivClassName
{
background-color: #51727C;
}
.BgClassName
{
background-color: #51727C;
}
</style>
border-color css
<style>
span { border-color: #51727C; }
span { border-color: rgb(81,114,124); }
td.TdClassName
{
border-color: #51727C;
}
.TagClassName
{
border-color: #51727C;
}
</style>