#516C74

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

Shades of Bismark #516C74

Tints of Bismark #516C74

Color information

#516C74 (or 0x516C74) is unknown color: approx Bismark. HEX triplet: 51, 6C and 74. RGB value is (81,108,116). Sum of RGB (Red+Green+Blue) = 81+108+116=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 116 - color contains mainly: blue. Hex color #516C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516C74 is #AE938B. Grayscale: #646464. Windows color (decimal): -11441036 or 7629905. OLE color: 7629905.

HSL color Cylindrical-coordinate representation of color #516C74: hue angle of 193.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516C74 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB81108116-
CMYK0.300.0700.55
HSL193.71º17.77%38.63%-
HSV(B)193.71º30.17%45.49%-
XYZ11.9113.7418.55-
YUV100.84136.55113.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 108 (42.58% from 255) = 35.41%
BLUE value IS 116 (45.70% from 255) = 38.03%
R=26.56%
G=35.41%
B=38.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811081160.300.0700.55193.7117.7738.63
Hex516C741E7037c21227
Octal1211541643670673022247
Binary1010001110110011101001111011101101111100001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516C74; }

 p { color: rgb(81,108,116); }

 H1.HeaderClassName
 {
   color: #516C74;
 }
 .AnyTagClassName
 {
   color: #516C74;
 }
</style>
background-color css

<style>
 a { background-color: #516C74; }

 a { background-color: rgb(81,108,116); }

 div.DivClassName
 {
   background-color: #516C74;
 }
 .BgClassName
 {
   background-color: #516C74;
 }
</style>
border-color css

<style>
 span { border-color: #516C74; }

 span { border-color: rgb(81,108,116); }

 td.TdClassName
 {
   border-color: #516C74;
 }
 .TagClassName
 {
   border-color: #516C74;
 }
</style>