#506F7D

Color #506F7D Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #506F7D

Tints of Bismark #506F7D

Color information

#506F7D (or 0x506F7D) is unknown color: approx Bismark. HEX triplet: 50, 6F and 7D. RGB value is (80,111,125). Sum of RGB (Red+Green+Blue) = 80+111+125=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #506F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F7D is #AF9082. Grayscale: #676767. Windows color (decimal): -11505795 or 8220496. OLE color: 8220496.

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

Color convert

RGB80111125-
CMYK0.360.1100.51
HSL198.67º21.95%40.2%-
HSV(B)198.67º36%49.02%-
XYZ12.6914.5621.54-
YUV103.33140.23111.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.32%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=25.32%
G=35.13%
B=39.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801111250.360.1100.51198.6721.9540.2
Hex506F7D24B033c71628
Octal12015717544130633072650
Binary101000011011111111101100100101101100111100011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #506F7D;
 }
 .AnyTagClassName
 {
   color: #506F7D;
 }
</style>
background-color css

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

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

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

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

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

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