#506B7B

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

Shades of Bismark #506B7B

Tints of Bismark #506B7B

Color information

#506B7B (or 0x506B7B) is unknown color: approx Bismark. HEX triplet: 50, 6B and 7B. RGB value is (80,107,123). Sum of RGB (Red+Green+Blue) = 80+107+123=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #506B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B7B is #AF9484. Grayscale: #646464. Windows color (decimal): -11506821 or 8088400. OLE color: 8088400.

HSL color Cylindrical-coordinate representation of color #506B7B: hue angle of 202.33º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #506B7B is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB80107123-
CMYK0.350.1300.52
HSL202.33º21.18%39.8%-
HSV(B)202.33º34.96%48.24%-
XYZ12.1413.6520.73-
YUV100.75140.55113.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.81%
GREEN value IS 107 (42.19% from 255) = 34.52%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=25.81%
G=34.52%
B=39.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal801071230.350.1300.52202.3321.1839.8
Hex506B7B23D034ca1528
Octal12015317343150643122550
Binary101000011010111111011100011110101101001100101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,107,123); }

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

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

 a { background-color: rgb(80,107,123); }

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

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

 span { border-color: rgb(80,107,123); }

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