Html Css Color HEX #516B79 Bismark

📋 copy color: '#516B79'

red 81 ◦ green 107 ◦ blue 121

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

Shades of Bismark #516B79

Tints of Bismark #516B79

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

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

R = 26.21%
G = 34.63%
B = 39.16%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#516B79 (or 0x516B79) is known color: Bismark. HEX triplet: 51, 6B and 79. RGB value is (81,107,121). Sum of RGB (Red+Green+Blue) = 81+107+121=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #516B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B79 is #AE9486. Grayscale: #646464. Windows color (decimal): -11441287 or 7957329. OLE color: 7957329.

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

Color convert

RGB 81 107 121 -
CMYK 0.33 0.12 0 0.53
HSL 201º 0.2% 0.4% -
HSV(B) 201º 0.33% 0.47% -
XYZ 12.1 13.65 20.09 -
YUV 100.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 81 107 121 0.33 0.12 0 0.53 201 0.2 0.4
Hex 51 6B 79 21 C 0 35 C9 14 28
Octal 121 153 171 41 14 0 65 311 24 50
Binary 1010001 1101011 1111001 100001 1100 0 110101 11001001 10100 101000

Color Harmonies of #516B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516B79

Black with #516B79

Text Example


Text Example

White with #516B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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