Html Css Color HEX #50747C Bismark

📋 copy color: '#50747C'

red 80 ◦ green 116 ◦ blue 124

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

Shades of Bismark #50747C

Tints of Bismark #50747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.25%

 BLUE value IS 124 (48.83% from 255) = 38.75%

R = 25%
G = 36.25%
B = 38.75%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50747C (or 0x50747C) is known color: Bismark. HEX triplet: 50, 74 and 7C. RGB value is (80,116,124). Sum of RGB (Red+Green+Blue) = 80+116+124=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #50747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50747C is #AF8B83. Grayscale: #6A6A6A. Windows color (decimal): -11504516 or 8156240. OLE color: 8156240.

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

Color convert

RGB 80 116 124 -
CMYK 0.35 0.06 0 0.51
HSL 190.91º 0.22% 0.4% -
HSV(B) 190.91º 0.35% 0.49% -
XYZ 13.19 15.65 21.39 -
YUV 106.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 80 116 124 0.35 0.06 0 0.51 190.91 0.22 0.4
Hex 50 74 7C 23 6 0 33 BF 16 28
Octal 120 164 174 43 6 0 63 277 26 50
Binary 1010000 1110100 1111100 100011 110 0 110011 10111111 10110 101000

Color Harmonies of #50747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50747C

Black with #50747C

Text Example


Text Example

White with #50747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50747C; }

 p { color: rgb(80,116,124); }

 H1.HeaderClassName
 {
   color: #50747C;
 }
 .AnyTagClassName
 {
   color: #50747C;
 }
</style>

background-color css

<style>
 a { background-color: #50747C; }

 a { background-color: rgb(80,116,124); }

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

border-color css

<style>
 span { border-color: #50747C; }

 span { border-color: rgb(80,116,124); }

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