Html Css Color HEX #50707C Bismark

📋 copy color: '#50707C'

red 80 ◦ green 112 ◦ blue 124

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

Shades of Bismark #50707C

Tints of Bismark #50707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

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

R = 25.32%
G = 35.44%
B = 39.24%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50707C (or 0x50707C) is known color: Bismark. HEX triplet: 50, 70 and 7C. RGB value is (80,112,124). Sum of RGB (Red+Green+Blue) = 80+112+124=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #50707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50707C is #AF8F83. Grayscale: #676767. Windows color (decimal): -11505540 or 8155216. OLE color: 8155216.

HSL color Cylindrical-coordinate representation of color #50707C: hue angle of 196.36º 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 #50707C is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 112 124 -
CMYK 0.35 0.10 0 0.51
HSL 196.36º 0.22% 0.4% -
HSV(B) 196.36º 0.35% 0.49% -
XYZ 12.74 14.75 21.24 -
YUV 103.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 80 112 124 0.35 0.10 0 0.51 196.36 0.22 0.4
Hex 50 70 7C 23 A 0 33 C4 16 28
Octal 120 160 174 43 12 0 63 304 26 50
Binary 1010000 1110000 1111100 100011 1010 0 110011 11000100 10110 101000

Color Harmonies of #50707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50707C

Black with #50707C

Text Example


Text Example

White with #50707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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