Html Css Color HEX #506974 Bismark

📋 copy color: '#506974'

red 80 ◦ green 105 ◦ blue 116

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

Shades of Bismark #506974

Tints of Bismark #506974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.88%

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 26.58%
G = 34.88%
B = 38.54%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#506974 (or 0x506974) is known color: Bismark. HEX triplet: 50, 69 and 74. RGB value is (80,105,116). Sum of RGB (Red+Green+Blue) = 80+105+116=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #506974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506974 is #AF968B. Grayscale: #626262. Windows color (decimal): -11507340 or 7629136. OLE color: 7629136.

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

Color convert

RGB 80 105 116 -
CMYK 0.31 0.09 0 0.55
HSL 198.33º 0.18% 0.38% -
HSV(B) 198.33º 0.31% 0.45% -
XYZ 11.51 13.07 18.44 -
YUV 98.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 80 105 116 0.31 0.09 0 0.55 198.33 0.18 0.38
Hex 50 69 74 1F 9 0 37 C6 12 26
Octal 120 151 164 37 11 0 67 306 22 46
Binary 1010000 1101001 1110100 11111 1001 0 110111 11000110 10010 100110

Color Harmonies of #506974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506974

Black with #506974

Text Example


Text Example

White with #506974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506974; }

 p { color: rgb(80,105,116); }

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

background-color css

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

 a { background-color: rgb(80,105,116); }

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

border-color css

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

 span { border-color: rgb(80,105,116); }

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