Html Css Color HEX #50717D Bismark

📋 copy color: '#50717D'

red 80 ◦ green 113 ◦ blue 125

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

Shades of Bismark #50717D

Tints of Bismark #50717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.31%

R = 25.16%
G = 35.53%
B = 39.31%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50717D (or 0x50717D) is known color: Bismark. HEX triplet: 50, 71 and 7D. RGB value is (80,113,125). Sum of RGB (Red+Green+Blue) = 80+113+125=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 125 - color contains mainly: blue. Hex color #50717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50717D is #AF8E82. Grayscale: #686868. Windows color (decimal): -11505283 or 8221008. OLE color: 8221008.

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

Color convert

RGB 80 113 125 -
CMYK 0.36 0.10 0 0.51
HSL 196º 0.22% 0.4% -
HSV(B) 196º 0.36% 0.49% -
XYZ 12.92 15 21.62 -
YUV 104.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 80 113 125 0.36 0.10 0 0.51 196 0.22 0.4
Hex 50 71 7D 24 A 0 33 C4 16 28
Octal 120 161 175 44 12 0 63 304 26 50
Binary 1010000 1110001 1111101 100100 1010 0 110011 11000100 10110 101000

Color Harmonies of #50717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50717D

Black with #50717D

Text Example


Text Example

White with #50717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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