Html Css Color HEX #50727D Bismark

📋 copy color: '#50727D'

red 80 ◦ green 114 ◦ blue 125

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

Shades of Bismark #50727D

Tints of Bismark #50727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 25.08%
G = 35.74%
B = 39.18%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50727D (or 0x50727D) is known color: Bismark. HEX triplet: 50, 72 and 7D. RGB value is (80,114,125). Sum of RGB (Red+Green+Blue) = 80+114+125=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 125 - color contains mainly: blue. Hex color #50727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50727D is #AF8D82. Grayscale: #696969. Windows color (decimal): -11505027 or 8221264. OLE color: 8221264.

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

Color convert

RGB 80 114 125 -
CMYK 0.36 0.09 0 0.51
HSL 194.67º 0.22% 0.4% -
HSV(B) 194.67º 0.36% 0.49% -
XYZ 13.03 15.22 21.65 -
YUV 105.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 80 114 125 0.36 0.09 0 0.51 194.67 0.22 0.4
Hex 50 72 7D 24 9 0 33 C3 16 28
Octal 120 162 175 44 11 0 63 303 26 50
Binary 1010000 1110010 1111101 100100 1001 0 110011 11000011 10110 101000

Color Harmonies of #50727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50727D

Black with #50727D

Text Example


Text Example

White with #50727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50727D; }

 p { color: rgb(80,114,125); }

 H1.HeaderClassName
 {
   color: #50727D;
 }
 .AnyTagClassName
 {
   color: #50727D;
 }
</style>

background-color css

<style>
 a { background-color: #50727D; }

 a { background-color: rgb(80,114,125); }

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

border-color css

<style>
 span { border-color: #50727D; }

 span { border-color: rgb(80,114,125); }

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