Html Css Color HEX #516975 Bismark

📋 copy color: '#516975'

red 81 ◦ green 105 ◦ blue 117

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

Shades of Bismark #516975

Tints of Bismark #516975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.65%

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

R = 26.73%
G = 34.65%
B = 38.61%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#516975 (or 0x516975) is known color: Bismark. HEX triplet: 51, 69 and 75. RGB value is (81,105,117). Sum of RGB (Red+Green+Blue) = 81+105+117=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #516975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516975 is #AE968A. Grayscale: #636363. Windows color (decimal): -11441803 or 7694673. OLE color: 7694673.

HSL color Cylindrical-coordinate representation of color #516975: hue angle of 200º 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 #516975 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 105 117 -
CMYK 0.31 0.10 0 0.54
HSL 200º 0.18% 0.39% -
HSV(B) 200º 0.31% 0.46% -
XYZ 11.66 13.14 18.75 -
YUV 99.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 81 105 117 0.31 0.10 0 0.54 200 0.18 0.39
Hex 51 69 75 1F A 0 36 C8 12 27
Octal 121 151 165 37 12 0 66 310 22 47
Binary 1010001 1101001 1110101 11111 1010 0 110110 11001000 10010 100111

Color Harmonies of #516975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516975

Black with #516975

Text Example


Text Example

White with #516975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516975; }

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

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

background-color css

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

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

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

border-color css

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

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

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