Html Css Color HEX #516D7C Bismark

📋 copy color: '#516D7C'

red 81 ◦ green 109 ◦ blue 124

#516D7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bismark #516D7C

Tints of Bismark #516D7C

RGB

 RED value IS 81 (32.03% from 255) = 25.8%

 GREEN value IS 109 (42.97% from 255) = 34.71%

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 25.8%
G = 34.71%
B = 39.49%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#516D7C (or 0x516D7C) is known color: Bismark. HEX triplet: 51, 6D and 7C. RGB value is (81,109,124). Sum of RGB (Red+Green+Blue) = 81+109+124=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #516D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D7C is #AE9283. Grayscale: #666666. Windows color (decimal): -11440772 or 8154449. OLE color: 8154449.

HSL color Cylindrical-coordinate representation of color #516D7C: hue angle of 200.93º 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 #516D7C is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 109 124 -
CMYK 0.35 0.12 0 0.51
HSL 200.93º 0.21% 0.4% -
HSV(B) 200.93º 0.35% 0.49% -
XYZ 12.5 14.14 21.14 -
YUV 102.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 81 109 124 0.35 0.12 0 0.51 200.93 0.21 0.4
Hex 51 6D 7C 23 C 0 33 C9 15 28
Octal 121 155 174 43 14 0 63 311 25 50
Binary 1010001 1101101 1111100 100011 1100 0 110011 11001001 10101 101000

Color Harmonies of #516D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D7C

Black with #516D7C

Text Example


Text Example

White with #516D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,109,124); }

 H1.HeaderClassName
 {
   color: #516D7C;
 }
 .AnyTagClassName
 {
   color: #516D7C;
 }
</style>

background-color css

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

 a { background-color: rgb(81,109,124); }

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

border-color css

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

 span { border-color: rgb(81,109,124); }

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