Html Css Color HEX #50697A Bismark

📋 copy color: '#50697A'

red 80 ◦ green 105 ◦ blue 122

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

Shades of Bismark #50697A

Tints of Bismark #50697A

RGB

 RED value IS 80 (31.64% from 255) = 26.06%

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

 BLUE value IS 122 (48.05% from 255) = 39.74%

R = 26.06%
G = 34.2%
B = 39.74%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50697A (or 0x50697A) is known color: Bismark. HEX triplet: 50, 69 and 7A. RGB value is (80,105,122). Sum of RGB (Red+Green+Blue) = 80+105+122=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #50697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50697A is #AF9685. Grayscale: #636363. Windows color (decimal): -11507334 or 8022352. OLE color: 8022352.

HSL color Cylindrical-coordinate representation of color #50697A: hue angle of 204.29º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50697A is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 105 122 -
CMYK 0.34 0.14 0 0.52
HSL 204.29º 0.21% 0.4% -
HSV(B) 204.29º 0.34% 0.48% -
XYZ 11.87 13.21 20.34 -
YUV 99.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 80 105 122 0.34 0.14 0 0.52 204.29 0.21 0.4
Hex 50 69 7A 22 E 0 34 CC 15 28
Octal 120 151 172 42 16 0 64 314 25 50
Binary 1010000 1101001 1111010 100010 1110 0 110100 11001100 10101 101000

Color Harmonies of #50697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50697A

Black with #50697A

Text Example


Text Example

White with #50697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50697A; }

 p { color: rgb(80,105,122); }

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

background-color css

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

 a { background-color: rgb(80,105,122); }

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

border-color css

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

 span { border-color: rgb(80,105,122); }

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