Html Css Color HEX #516C79 Bismark

📋 copy color: '#516C79'

red 81 ◦ green 108 ◦ blue 121

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

Shades of Bismark #516C79

Tints of Bismark #516C79

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.84%

 BLUE value IS 121 (47.66% from 255) = 39.03%

R = 26.13%
G = 34.84%
B = 39.03%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#516C79 (or 0x516C79) is known color: Bismark. HEX triplet: 51, 6C and 79. RGB value is (81,108,121). Sum of RGB (Red+Green+Blue) = 81+108+121=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #516C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516C79 is #AE9386. Grayscale: #656565. Windows color (decimal): -11441031 or 7957585. OLE color: 7957585.

HSL color Cylindrical-coordinate representation of color #516C79: hue angle of 199.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #516C79 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 108 121 -
CMYK 0.33 0.11 0 0.53
HSL 199.5º 0.2% 0.4% -
HSV(B) 199.5º 0.33% 0.47% -
XYZ 12.21 13.85 20.12 -
YUV 101.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 81 108 121 0.33 0.11 0 0.53 199.5 0.2 0.4
Hex 51 6C 79 21 B 0 35 C8 14 28
Octal 121 154 171 41 13 0 65 310 24 50
Binary 1010001 1101100 1111001 100001 1011 0 110101 11001000 10100 101000

Color Harmonies of #516C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C79

Black with #516C79

Text Example


Text Example

White with #516C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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