Html Css Color HEX #50747B Bismark

📋 copy color: '#50747B'

red 80 ◦ green 116 ◦ blue 123

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

Shades of Bismark #50747B

Tints of Bismark #50747B

RGB

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

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

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

R = 25.08%
G = 36.36%
B = 38.56%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50747B (or 0x50747B) is known color: Bismark. HEX triplet: 50, 74 and 7B. RGB value is (80,116,123). Sum of RGB (Red+Green+Blue) = 80+116+123=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #50747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50747B is #AF8B84. Grayscale: #696969. Windows color (decimal): -11504517 or 8090704. OLE color: 8090704.

HSL color Cylindrical-coordinate representation of color #50747B: hue angle of 189.77º 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 #50747B is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 116 123 -
CMYK 0.35 0.06 0 0.52
HSL 189.77º 0.21% 0.4% -
HSV(B) 189.77º 0.35% 0.48% -
XYZ 13.13 15.63 21.06 -
YUV 106.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 80 116 123 0.35 0.06 0 0.52 189.77 0.21 0.4
Hex 50 74 7B 23 6 0 34 BE 15 28
Octal 120 164 173 43 6 0 64 276 25 50
Binary 1010000 1110100 1111011 100011 110 0 110100 10111110 10101 101000

Color Harmonies of #50747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50747B

Black with #50747B

Text Example


Text Example

White with #50747B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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