Html Css Color HEX #50717C Bismark

📋 copy color: '#50717C'

red 80 ◦ green 113 ◦ blue 124

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

Shades of Bismark #50717C

Tints of Bismark #50717C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 25.24%
G = 35.65%
B = 39.12%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50717C (or 0x50717C) is known color: Bismark. HEX triplet: 50, 71 and 7C. RGB value is (80,113,124). Sum of RGB (Red+Green+Blue) = 80+113+124=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #50717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50717C is #AF8E83. Grayscale: #686868. Windows color (decimal): -11505284 or 8155472. OLE color: 8155472.

HSL color Cylindrical-coordinate representation of color #50717C: hue angle of 195º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50717C is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 113 124 -
CMYK 0.35 0.09 0 0.51
HSL 195º 0.22% 0.4% -
HSV(B) 195º 0.35% 0.49% -
XYZ 12.85 14.97 21.28 -
YUV 104.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 80 113 124 0.35 0.09 0 0.51 195 0.22 0.4
Hex 50 71 7C 23 9 0 33 C3 16 28
Octal 120 161 174 43 11 0 63 303 26 50
Binary 1010000 1110001 1111100 100011 1001 0 110011 11000011 10110 101000

Color Harmonies of #50717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50717C

Black with #50717C

Text Example


Text Example

White with #50717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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