Html Css Color HEX #50717B Bismark

📋 copy color: '#50717B'

red 80 ◦ green 113 ◦ blue 123

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

Shades of Bismark #50717B

Tints of Bismark #50717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.92%

R = 25.32%
G = 35.76%
B = 38.92%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50717B (or 0x50717B) is known color: Bismark. HEX triplet: 50, 71 and 7B. RGB value is (80,113,123). Sum of RGB (Red+Green+Blue) = 80+113+123=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 123 - color contains mainly: blue. Hex color #50717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50717B is #AF8E84. Grayscale: #686868. Windows color (decimal): -11505285 or 8089936. OLE color: 8089936.

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

Color convert

RGB 80 113 123 -
CMYK 0.35 0.08 0 0.52
HSL 193.95º 0.21% 0.4% -
HSV(B) 193.95º 0.35% 0.48% -
XYZ 12.79 14.95 20.95 -
YUV 104.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 80 113 123 0.35 0.08 0 0.52 193.95 0.21 0.4
Hex 50 71 7B 23 8 0 34 C2 15 28
Octal 120 161 173 43 10 0 64 302 25 50
Binary 1010000 1110001 1111011 100011 1000 0 110100 11000010 10101 101000

Color Harmonies of #50717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50717B

Black with #50717B

Text Example


Text Example

White with #50717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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