#51727C

Color #51727C Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #51727C

Tints of Bismark #51727C

Color information

#51727C (or 0x51727C) is unknown color: approx 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

RGB81114124-
CMYK0.350.0800.51
HSL193.95º20.98%40.2%-
HSV(B)193.95º34.68%48.63%-
XYZ13.0515.2421.32-
YUV105.27138.57110.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=25.39%
G=35.74%
B=38.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811141240.350.0800.51193.9520.9840.2
Hex51727C238033c21528
Octal12116217443100633022550
Binary101000111100101111100100011100001100111100001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>