Html Css Color HEX #50717F Bismark

📋 copy color: '#50717F'

red 80 ◦ green 113 ◦ blue 127

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

Shades of Bismark #50717F

Tints of Bismark #50717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 25%
G = 35.31%
B = 39.69%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50717F (or 0x50717F) is known color: Bismark. HEX triplet: 50, 71 and 7F. RGB value is (80,113,127). Sum of RGB (Red+Green+Blue) = 80+113+127=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #50717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50717F is #AF8E80. Grayscale: #686868. Windows color (decimal): -11505281 or 8352080. OLE color: 8352080.

HSL color Cylindrical-coordinate representation of color #50717F: hue angle of 197.87º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50717F is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 113 127 -
CMYK 0.37 0.11 0 0.50
HSL 197.87º 0.23% 0.41% -
HSV(B) 197.87º 0.37% 0.5% -
XYZ 13.04 15.05 22.3 -
YUV 104.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 80 113 127 0.37 0.11 0 0.50 197.87 0.23 0.41
Hex 50 71 7F 25 B 0 32 C6 17 29
Octal 120 161 177 45 13 0 62 306 27 51
Binary 1010000 1110001 1111111 100101 1011 0 110010 11000110 10111 101001

Color Harmonies of #50717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50717F

Black with #50717F

Text Example


Text Example

White with #50717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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