Html Css Color HEX #50757F Bismark

📋 copy color: '#50757F'

red 80 ◦ green 117 ◦ blue 127

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

Shades of Bismark #50757F

Tints of Bismark #50757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.11%

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

R = 24.69%
G = 36.11%
B = 39.2%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50757F (or 0x50757F) is known color: Bismark. HEX triplet: 50, 75 and 7F. RGB value is (80,117,127). Sum of RGB (Red+Green+Blue) = 80+117+127=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #50757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50757F is #AF8A80. Grayscale: #6B6B6B. Windows color (decimal): -11504257 or 8353104. OLE color: 8353104.

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

Color convert

RGB 80 117 127 -
CMYK 0.37 0.08 0 0.50
HSL 192.77º 0.23% 0.41% -
HSV(B) 192.77º 0.37% 0.5% -
XYZ 13.5 15.96 22.45 -
YUV 107.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 80 117 127 0.37 0.08 0 0.50 192.77 0.23 0.41
Hex 50 75 7F 25 8 0 32 C1 17 29
Octal 120 165 177 45 10 0 62 301 27 51
Binary 1010000 1110101 1111111 100101 1000 0 110010 11000001 10111 101001

Color Harmonies of #50757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50757F

Black with #50757F

Text Example


Text Example

White with #50757F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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