Html Css Color HEX #516D75 Bismark

📋 copy color: '#516D75'

red 81 ◦ green 109 ◦ blue 117

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

Shades of Bismark #516D75

Tints of Bismark #516D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.11%

R = 26.38%
G = 35.5%
B = 38.11%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#516D75 (or 0x516D75) is known color: Bismark. HEX triplet: 51, 6D and 75. RGB value is (81,109,117). Sum of RGB (Red+Green+Blue) = 81+109+117=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #516D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D75 is #AE928A. Grayscale: #656565. Windows color (decimal): -11440779 or 7695697. OLE color: 7695697.

HSL color Cylindrical-coordinate representation of color #516D75: hue angle of 193.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516D75 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 109 117 -
CMYK 0.31 0.07 0 0.54
HSL 193.33º 0.18% 0.39% -
HSV(B) 193.33º 0.31% 0.46% -
XYZ 12.07 13.97 18.89 -
YUV 101.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 81 109 117 0.31 0.07 0 0.54 193.33 0.18 0.39
Hex 51 6D 75 1F 7 0 36 C1 12 27
Octal 121 155 165 37 7 0 66 301 22 47
Binary 1010001 1101101 1110101 11111 111 0 110110 11000001 10010 100111

Color Harmonies of #516D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D75

Black with #516D75

Text Example


Text Example

White with #516D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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