Html Css Color HEX #50717A Bismark

📋 copy color: '#50717A'

red 80 ◦ green 113 ◦ blue 122

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

Shades of Bismark #50717A

Tints of Bismark #50717A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

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

R = 25.4%
G = 35.87%
B = 38.73%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50717A (or 0x50717A) is known color: Bismark. HEX triplet: 50, 71 and 7A. RGB value is (80,113,122). Sum of RGB (Red+Green+Blue) = 80+113+122=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #50717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50717A is #AF8E85. Grayscale: #686868. Windows color (decimal): -11505286 or 8024400. OLE color: 8024400.

HSL color Cylindrical-coordinate representation of color #50717A: hue angle of 192.86º 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 #50717A is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 113 122 -
CMYK 0.34 0.07 0 0.52
HSL 192.86º 0.21% 0.4% -
HSV(B) 192.86º 0.34% 0.48% -
XYZ 12.73 14.92 20.62 -
YUV 104.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 80 113 122 0.34 0.07 0 0.52 192.86 0.21 0.4
Hex 50 71 7A 22 7 0 34 C1 15 28
Octal 120 161 172 42 7 0 64 301 25 50
Binary 1010000 1110001 1111010 100010 111 0 110100 11000001 10101 101000

Color Harmonies of #50717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50717A

Black with #50717A

Text Example


Text Example

White with #50717A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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