Html Css Color HEX #506D7C Bismark

📋 copy color: '#506D7C'

red 80 ◦ green 109 ◦ blue 124

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

Shades of Bismark #506D7C

Tints of Bismark #506D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 25.56%
G = 34.82%
B = 39.62%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#506D7C (or 0x506D7C) is known color: Bismark. HEX triplet: 50, 6D and 7C. RGB value is (80,109,124). Sum of RGB (Red+Green+Blue) = 80+109+124=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #506D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D7C is #AF9283. Grayscale: #656565. Windows color (decimal): -11506308 or 8154448. OLE color: 8154448.

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

Color convert

RGB 80 109 124 -
CMYK 0.35 0.12 0 0.51
HSL 200.45º 0.22% 0.4% -
HSV(B) 200.45º 0.35% 0.49% -
XYZ 12.42 14.1 21.14 -
YUV 102.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 80 109 124 0.35 0.12 0 0.51 200.45 0.22 0.4
Hex 50 6D 7C 23 C 0 33 C8 16 28
Octal 120 155 174 43 14 0 63 310 26 50
Binary 1010000 1101101 1111100 100011 1100 0 110011 11001000 10110 101000

Color Harmonies of #506D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D7C

Black with #506D7C

Text Example


Text Example

White with #506D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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