Html Css Color HEX #50737F Bismark

📋 copy color: '#50737F'

red 80 ◦ green 115 ◦ blue 127

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

Shades of Bismark #50737F

Tints of Bismark #50737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.71%

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

R = 24.84%
G = 35.71%
B = 39.44%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50737F (or 0x50737F) is known color: Bismark. HEX triplet: 50, 73 and 7F. RGB value is (80,115,127). Sum of RGB (Red+Green+Blue) = 80+115+127=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 127 - color contains mainly: blue. Hex color #50737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50737F is #AF8C80. Grayscale: #696969. Windows color (decimal): -11504769 or 8352592. OLE color: 8352592.

HSL color Cylindrical-coordinate representation of color #50737F: hue angle of 195.32º 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 #50737F is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 115 127 -
CMYK 0.37 0.09 0 0.50
HSL 195.32º 0.23% 0.41% -
HSV(B) 195.32º 0.37% 0.5% -
XYZ 13.27 15.5 22.37 -
YUV 105.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 80 115 127 0.37 0.09 0 0.50 195.32 0.23 0.41
Hex 50 73 7F 25 9 0 32 C3 17 29
Octal 120 163 177 45 11 0 62 303 27 51
Binary 1010000 1110011 1111111 100101 1001 0 110010 11000011 10111 101001

Color Harmonies of #50737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50737F

Black with #50737F

Text Example


Text Example

White with #50737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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