Html Css Color HEX #506D79 Bismark

📋 copy color: '#506D79'

red 80 ◦ green 109 ◦ blue 121

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

Shades of Bismark #506D79

Tints of Bismark #506D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.16%

 BLUE value IS 121 (47.66% from 255) = 39.03%

R = 25.81%
G = 35.16%
B = 39.03%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#506D79 (or 0x506D79) is known color: Bismark. HEX triplet: 50, 6D and 79. RGB value is (80,109,121). Sum of RGB (Red+Green+Blue) = 80+109+121=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #506D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D79 is #AF9286. Grayscale: #656565. Windows color (decimal): -11506311 or 7957840. OLE color: 7957840.

HSL color Cylindrical-coordinate representation of color #506D79: hue angle of 197.56º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #506D79 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 109 121 -
CMYK 0.34 0.10 0 0.53
HSL 197.56º 0.2% 0.39% -
HSV(B) 197.56º 0.34% 0.47% -
XYZ 12.23 14.02 20.15 -
YUV 101.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 80 109 121 0.34 0.10 0 0.53 197.56 0.2 0.39
Hex 50 6D 79 22 A 0 35 C6 14 27
Octal 120 155 171 42 12 0 65 306 24 47
Binary 1010000 1101101 1111001 100010 1010 0 110101 11000110 10100 100111

Color Harmonies of #506D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D79

Black with #506D79

Text Example


Text Example

White with #506D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506D79; }

 p { color: rgb(80,109,121); }

 H1.HeaderClassName
 {
   color: #506D79;
 }
 .AnyTagClassName
 {
   color: #506D79;
 }
</style>

background-color css

<style>
 a { background-color: #506D79; }

 a { background-color: rgb(80,109,121); }

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

border-color css

<style>
 span { border-color: #506D79; }

 span { border-color: rgb(80,109,121); }

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