Html Css Color HEX #506A73 Bismark

📋 copy color: '#506A73'

red 80 ◦ green 106 ◦ blue 115

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

Shades of Bismark #506A73

Tints of Bismark #506A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.22%

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 26.58%
G = 35.22%
B = 38.21%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506A73 (or 0x506A73) is known color: Bismark. HEX triplet: 50, 6A and 73. RGB value is (80,106,115). Sum of RGB (Red+Green+Blue) = 80+106+115=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #506A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A73 is #AF958C. Grayscale: #636363. Windows color (decimal): -11507085 or 7563856. OLE color: 7563856.

HSL color Cylindrical-coordinate representation of color #506A73: hue angle of 195.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506A73 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 106 115 -
CMYK 0.30 0.08 0 0.55
HSL 195.43º 0.18% 0.38% -
HSV(B) 195.43º 0.3% 0.45% -
XYZ 11.56 13.25 18.17 -
YUV 99.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 80 106 115 0.30 0.08 0 0.55 195.43 0.18 0.38
Hex 50 6A 73 1E 8 0 37 C3 12 26
Octal 120 152 163 36 10 0 67 303 22 46
Binary 1010000 1101010 1110011 11110 1000 0 110111 11000011 10010 100110

Color Harmonies of #506A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A73

Black with #506A73

Text Example


Text Example

White with #506A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,106,115); }

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

background-color css

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

 a { background-color: rgb(80,106,115); }

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

border-color css

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

 span { border-color: rgb(80,106,115); }

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