Html Css Color HEX #50666F Bismark

📋 copy color: '#50666F'

red 80 ◦ green 102 ◦ blue 111

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

Shades of Bismark #50666F

Tints of Bismark #50666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.81%

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 27.3%
G = 34.81%
B = 37.88%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50666F (or 0x50666F) is known color: Bismark. HEX triplet: 50, 66 and 6F. RGB value is (80,102,111). Sum of RGB (Red+Green+Blue) = 80+102+111=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 111 - color contains mainly: blue. Hex color #50666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50666F is #AF9990. Grayscale: #606060. Windows color (decimal): -11508113 or 7300688. OLE color: 7300688.

HSL color Cylindrical-coordinate representation of color #50666F: hue angle of 197.42º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50666F is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 102 111 -
CMYK 0.28 0.08 0 0.56
HSL 197.42º 0.16% 0.37% -
HSV(B) 197.42º 0.28% 0.44% -
XYZ 10.93 12.36 16.85 -
YUV 96.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 80 102 111 0.28 0.08 0 0.56 197.42 0.16 0.37
Hex 50 66 6F 1C 8 0 38 C5 10 25
Octal 120 146 157 34 10 0 70 305 20 45
Binary 1010000 1100110 1101111 11100 1000 0 111000 11000101 10000 100101

Color Harmonies of #50666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50666F

Black with #50666F

Text Example


Text Example

White with #50666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,102,111); }

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

background-color css

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

 a { background-color: rgb(80,102,111); }

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

border-color css

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

 span { border-color: rgb(80,102,111); }

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